]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef.ly
Doc: CSS: A better brown for the usage manual
[lilypond.git] / input / regression / spacing-folded-clef.ly
index 1dec1f4784acdc7916d82e8f133ce66cfff9954c..be6055edd9c7211979497a6bb9cd6497417361e0 100644 (file)
@@ -1,14 +1,13 @@
-\version "1.7.16"
+\version "2.19.21"
 \header {
 texidoc = "A clef can be folded below notes in a different staff, if
-this doesn't disrupt the flow of the notes."
+this does not disrupt the flow of the notes."
 }
 
-\score { \notes \relative c'' <
-\context Staff = SA  { c4 [c16 c c  c] c4 c4 }
-       \context Staff = SB { \clef bass c,2 \clef treble  c'2 }
-       >
+\layout { ragged-right = ##t}
+
+\relative <<
+    \new Staff  { c''4  c16[ c c  c] c4 c4 }
+    \new Staff { \clef bass c,2 \clef treble  c'2 }
+>>
 
-       \paper { raggedright = ##t}
-       }
-%% new-chords-done %%