]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Fix issue 1641 -- Make \noBeam terminate the current autobeam
[lilypond.git] / input / regression / accidental.ly
index cae9baff92e4f566c5e9c5527b1719e174ca8408..42857141ae2df1b457808e299b7a7c0501e8e8cd 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.6.0"
+\version "2.12.0"
 
 \header{
-texidoc="
+  texidoc="
 Accidentals work: the second note does not get a sharp. The third and
-fourth show forced and courtesy accidentals.
+fourth show forced and cautionary accidentals.
 "
 }
 
+\layout { ragged-right = ##t }
+
 foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
-\score {
-  << \foo 
+<< \foo 
    \context NoteNames \foo
-  >>
-\layout { raggedright = ##t }
-}
+ >>