]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-tie.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / accidental-tie.ly
index 2bd01ab6600972aac8322ed9fea6ef4d5192aeb6..31c40b402e3694c54258e0f9cac1bade2b153d59 100644 (file)
@@ -1,28 +1,25 @@
-\version "2.3.4"
+\version "2.11.51"
 
 \header {
-
-    texidoc = "The second and third notes should not get accidentals,
+  texidoc = "The second and third notes should not get accidentals,
     because they are tied to a note.  However, an accidental is
     present if the line is broken at the tie, which happens for the G
     sharp."
 
 }
+\layout {
+  ragged-right = ##t
+}
 
 mus =          \relative c' {
-    f1~
-    f2~f4 % ~ f8
-    fis8  gis8 ~
-    \break
-    gis1
+  f1~
+  f2~f4 % ~ f8
+  fis8  gis8 ~
+  \break
+  gis1
 }
 
-\score {
-     <<
-       \new NoteNames \mus
-       \new Voice { \key g \major \mus }
-    >>
-    \paper {
-       raggedright = ##t
-    }
-}
+<<
+  \new NoteNames \mus
+  \new Voice { \key g \major \mus }
+>>