]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental.ly
index 68fc320a5349a1fc9418f8688b15c428335b090b..4fa0feddbc7c3f9a722b5adcada4ebdb67614727 100644 (file)
@@ -1,18 +1,17 @@
 
-\version "2.1.26"
+\version "2.16.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.
 "
 }
 
-foo = \notes\relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
+\layout { ragged-right = ##t }
 
-\score {
-  << \foo 
+foo = \relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
+
+<< \foo 
    \context NoteNames \foo
-  >>
-\paper { raggedright = ##t }
-}
+ >>