]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Corrected on_line for better ledger lines for different staves.
[lilypond.git] / input / regression / accidental.ly
index af01b459cf2cbc4f236223678118578a4a72cf51..5eb60e071be3d128b353b31e152c5ecc9819910b 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.3.146"
+
+\version "2.11.51"
 
 \header{
-texidoc="
+  texidoc="
 Accidentals work: the second note does not get a sharp. The third and
 fourth show forced and courtesy accidentals.
 "
 }
 
-foo = \notes\relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
+\layout { ragged-right = ##t }
+
+foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
-\score {
-  < \foo 
+<< \foo 
    \context NoteNames \foo
-  >
-}
+ >>