]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-folded-clef.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / spacing-folded-clef.ly
index c6d34b4e2d7c159c6aead9adfa9736b0b825d740..720c9834bf212cb8df6b9ae526665ec2cae33701 100644 (file)
@@ -1,14 +1,13 @@
-\version "1.7.16"
+\version "2.12.0"
 \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 c'' <<
+    \new Staff  { c4  c16[ c c  c] c4 c4 }
+    \new Staff { \clef bass c,2 \clef treble  c'2 }
+>>
 
-       \paper { raggedright = ##t}
-       }
-%% new-chords-done %%