% DO NOT EDIT this file manually; it is automatically % generated from Documentation/snippets/new % Make any changes in Documentation/snippets/new/ % and then run scripts/auxiliar/makelsr.py % % This file is in the public domain. %% Note: this file works from version 2.17.15 \version "2.18.0" \header { lsrtags = "real-music, staff-notation" texidoc = " The @code{\\markup} command is quite versatile. In this snippet, it contains a @code{\\score} block instead of texts or marks. " doctitle = "Inserting score fragments above a staff as markups" } % begin verbatim tuning = \markup { \score { \new Staff \with { \remove "Time_signature_engraver" } { \clef bass 1 } \layout { ragged-right = ##t indent = 0\cm } } } \header { title = "Solo Cello Suites" subtitle = "Suite IV" subsubtitle = \markup { Originalstimmung: \raise #0.5 \tuning } } \layout { ragged-right = ##f } \relative c'' { \time 4/8 \tuplet 3/2 { c8 d e } \tuplet 3/2 { c d e } \tuplet 3/2 { c8 d e } \tuplet 3/2 { c d e } g8 a g a g8 a g a }