]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-octave.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / accidental-octave.ly
index e5b118e1975e93921484bf33aa90e3f6c7e4faae..effdfec520e58c692f5cffe888b53c1fc95c03f1 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "2.3.17"
+\version "2.16.0"
 
 \header {
-texidoc="
+  texidoc="
 This shows how accidentals in different octaves are handled. The note names 
 are also automatically printed but the octavation has been dropped out.
 "
@@ -19,12 +19,9 @@ mel =  \transpose c c' {
   \bar "|." \break
 }
 
-\score {
-  << \context Staff \mel
-     \context NoteNames{
-        \set printOctaveNames= ##f
-        \mel
-        }
-  >>
-}
-
+<< \context Staff \mel
+   \context NoteNames{
+     \set printOctaveNames= ##f
+     \mel
+   }
+ >>