]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Oct 2004 17:41:16 +0000 (17:41 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 30 Oct 2004 17:41:16 +0000 (17:41 +0000)
input/regression/beam-french.ly
input/regression/spacing-folded-clef.ly
input/regression/spacing-folded-clef2.ly
input/regression/spacing-grace.ly
input/regression/spacing-very-tight.ly [deleted file]
input/regression/stem-direction.ly
input/regression/system-overstrike.ly
input/regression/tie-chord.ly

index 900761d511644e6cb3b0523a92316a11bc2ee453..6827df88172fa0605bbc895ab7d45cf9f1fbf17d 100644 (file)
@@ -1,23 +1,16 @@
-
 \version "2.3.22"
 
 \header {
-
     texidoc = "In french style beaming, the stems do not go between beams."
-
 }
 
-\score { 
-        \relative c'
-        {
-            \override Stem  #'french-beaming = ##t
-            c16[ c c c]
-            c8[ c16 c16 c8]
-            c8[ c16 e16 g8]
-        }
+\layout { raggedright= ##t }
 
-    \layout { raggedright= ##t }
-
-     }
+\relative c'
+{
+    \override Stem  #'french-beaming = ##t
+    c16[ c c c]
+    c8[ c16 e16 f16 g16 g8]
+}
 
 
index d4ef823bc335fa4cc7150871774c32fd853e3364..f3ad67ff1ef26b219b8908b6162ce67b101274bc 100644 (file)
@@ -4,11 +4,10 @@ texidoc = "A clef can be folded below notes in a different staff, if
 this does not disrupt the flow of the notes."
 }
 
-\score {  \relative c'' <<
-\new Staff  { c4  c16[ c c  c] c4 c4 }
-       \new Staff { \clef bass c,2 \clef treble  c'2 }
-       >>
+\layout { raggedright = ##t}
 
-       \layout { raggedright = ##t}
-       }
+\relative c'' <<
+    \new Staff  { c4  c16[ c c  c] c4 c4 }
+    \new Staff { \clef bass c,2 \clef treble  c'2 }
+>>
 
index 5ee0680b5d292829ba5f2ec6fcfbdf9a8f238db3..035ceb874088d3e943bd5318305e076294cbe63d 100644 (file)
@@ -2,24 +2,25 @@
 \header {
 
 texidoc = "A clef can be folded below notes in a different staff, if
-there is space enough. With @code{Paper_column} stencil callbacks we can
-show where columns are in the score."
+there is space enough. With @code{Paper_column} stencil callbacks we
+can show where columns are in the score."
 }
 
-\score {  \relative c'' <<
-       \new Staff  { c4 c4 c4 \bar "|." }
-       \new Staff { \clef bass c,2 \clef treble  c'2 }
-       >>
+\layout {
+    raggedright = ##t
 
-       \layout { raggedright = ##t
-
-       \context { \Score
-         \override NonMusicalPaperColumn #'print-function = #Paper_column::print
-         \override PaperColumn #'print-function = #Paper_column::print   
-         \override NonMusicalPaperColumn #'font-family = #'roman
-         \override PaperColumn #'font-family = #'roman   
-
-       }
-       }}
+    \context {
+       \Score
+       \override NonMusicalPaperColumn #'print-function = #Paper_column::print
+       \override PaperColumn #'print-function = #Paper_column::print     
+       \override NonMusicalPaperColumn #'font-family = #'roman
+       \override PaperColumn #'font-family = #'roman     
 
+    }
+}
+                  
+\relative c'' <<
+    \new Staff  { c4 c4 c4 c \bar "|." }
+    \new Staff { \clef bass c,2 \clef treble  c'2 }
+>>
 
index 07f26bd6b5461a8d0106433a02a27a67781064b6..8d0e5f86cacd82dd06baa4f2c5bb08b4212c8a4b 100644 (file)
@@ -1,7 +1,7 @@
 
 \version "2.3.22"
 \header {
-  texidoc = "Grace note spacing. Should it be tuned? "
+  texidoc = "Grace note spacing.  "
 }
        
 \score {
diff --git a/input/regression/spacing-very-tight.ly b/input/regression/spacing-very-tight.ly
deleted file mode 100644 (file)
index 137f2f4..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-
-\version "2.3.22"
-\header {
-texidoc = "
- When tightly spaced, the spaces between elements (hinterfleisch?) 
- may approach zero. In that case, 
- stems may touch the bar lines and opposite stems may touch eachother.
- In these situations,
- a mininum of about a note-width/interline space is needed,
- so that all vertical lines are approximately equally spaced in tightly 
- spaced music.
-
- "
- }
-\score {
-        \relative c''{ 
-               r1 e4 f, e' f,
-       }
-       \layout { 
-               linewidth = 25.0 \mm
-               indent = 0.0\mm
-       }
-}
-
index 33dfe7be8191413ca6dbad371c0bc413d3f09109..eabf8da987b22904b795be8c985437db8351075f 100644 (file)
@@ -3,10 +3,6 @@
 
 \header{
 texidoc="
-Beams, stems and noteheads often have communication troubles, since
-the two systems for y dimensions (1 unit = staffspace, 1 unit = 1
-point) are mixed.
-
 Stems, beams, ties and slurs should behave similarly, when placed
 on the middle staff line. Of course stem-direction is down for high
 notes, and up for low notes.
index 26bc2d5e2f145c6f7a3adbb617d513a911eaa76f..026596007de49e69fb3865ea5cb42db1a226f416 100644 (file)
@@ -2,7 +2,11 @@
 \header { texidoc = "By setting betweensystempadding to a negative
 value, it is possible to eliminate the anti-collision constraints.
 Then  setting @code{betweensystemspace} to a low (nonzero) value,
-print  systems in overstrike. "
+print  systems in overstrike.
+
+Unfortunately, this does not show in the colllated texinfo document. Run this example stand-alone to see the effect.
+"
+         
 }
 
 \paper {
index d131301b7952d5fcb985033252526fa69b705c20..3ba46336644c32da1d81ae5a0988310fc0618b73 100644 (file)
@@ -2,7 +2,7 @@
 \version "2.3.22"
 \header{
 texidoc="
-When tying chords, the outer slurs point outwards, the inner slurs
+When tying chords, the outer ties point outwards, the inner ties
 point away from the center of the staff. The behavior can be overridden 
 by setting explicitly the @code{direction} of a @code{TieColumn}.
 "