]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental.ly
release: 1.5.29
[lilypond.git] / input / regression / accidental.ly
index 24dda163ddf7d300c1b4a5fbf9612d6c99261c53..af01b459cf2cbc4f236223678118578a4a72cf51 100644 (file)
@@ -1,15 +1,15 @@
+\version "1.3.146"
 
 \header{
 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! dis? }
+foo = \notes\relative c''   {   \key as \major dis4 dis dis!^"force" dis? }
 
 \score {
-
   < \foo 
    \context NoteNames \foo
   >