]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-single-double.ly
Add missing scheme accessors for book.
[lilypond.git] / input / regression / accidental-single-double.ly
index b69bfe67dd28680a71fcea9287b18ea98c4e7450..4cdbc7896749ef50fb2360f7a87e45cfd2ddb95b 100644 (file)
@@ -1,4 +1,3 @@
-
 \version "2.12.0"
 \header{
   texidoc="
@@ -8,9 +7,6 @@ natural sign.
 "
 }
 
-
-\layout { ragged-right = ##t }
-
 thenotes =  \relative cis' {
   \time 4/4
   gisis'4 gis geses ges |
@@ -18,10 +14,5 @@ thenotes =  \relative cis' {
 
 <<
   \context Staff \thenotes
-  \context NoteNames  {
-    \override NoteNames.NoteName   #'no-spacing-rods = ##f 
-    \thenotes
-  }
+  \context NoteNames \thenotes
 >>
-
-