]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-octave.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / accidental-octave.ly
index 13a74dd91a393bac623d4e5bb9a14c354c4456e0..da4c1e195a92dc66a8d2f93d9c7bea2d7e0acd84 100644 (file)
@@ -1,8 +1,8 @@
 
-\version "2.3.16"
+\version "2.14.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
+   }
+ >>