]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/accidental-ledger.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / accidental-ledger.ly
index c1a0ce912dfc9cd696cdaceef30578ba80c1dc17..cbe5474f715d65c17637372218367bb39d9ad388 100644 (file)
@@ -1,12 +1,39 @@
-\version "2.1.7"
+\version "2.1.22"
 
 \header {
-    texidoc = "Ledger lines are shortened when there are accidentals."
-}
 
-\score { \notes
-{
- c'!4 cis'! cis' <cis'! gis'>
+    texidoc = "Ledger lines are shortened when there are accidentals.
+This happens only for the single ledger line close to the note head,
+and only if the accidental is horizontally close to the head.  "
+    
 }
-        \paper { raggedright = ##t}
+
+
+\score {
+    \notes
+       \relative c {
+           disis
+           dis
+           d
+           des
+           deses
+           eses
+           es
+           e
+           eis
+           eisis
+           eses'''
+           es
+           e
+           eis
+           eisis
+           feses
+           fes
+           f
+           fis
+           fisis
+           <cis,, gis'>
+           
+       } 
+
 }