CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/04/21 16:07:26
Modified files:
Documentation/topdocs: NEWS.tely
input/regression: grid-lines.ly
Log message:
* input/regression/grid-lines.ly (skips): refine example.
* input/regression/grid-lines.ly (Module): new file.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.31&tr2=1.32&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/grid-lines.ly.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
Patches:
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.31
lilypond/Documentation/topdocs/NEWS.tely:1.32
--- lilypond/Documentation/topdocs/NEWS.tely:1.31 Thu Apr 21 15:59:44 2005
+++ lilypond/Documentation/topdocs/NEWS.tely Thu Apr 21 16:07:26 2005
@@ -34,7 +34,11 @@
@itemize @bullet
@item
-Grid lines
+Grid lines, vertical lines synchronized with notes, can be drawn across
+staves, by adding suitable engravers.
+An example is in @inputfileref{input/regression,grid-lines.ly},
+
[EMAIL PROTECTED]
@item
Lines, such as glissandi or Text-spanner lines, can have arrows at the
Index: lilypond/input/regression/grid-lines.ly
diff -u lilypond/input/regression/grid-lines.ly:1.2
lilypond/input/regression/grid-lines.ly:1.3
--- lilypond/input/regression/grid-lines.ly:1.2 Thu Apr 21 15:59:44 2005
+++ lilypond/input/regression/grid-lines.ly Thu Apr 21 16:07:26 2005
@@ -9,20 +9,20 @@
skips =
{
-\time 12/8
-\once \override Score.GridLine #'thickness = #4.0
+ \time 12/8
+ \once \override Score.GridLine #'thickness = #4.0
s8
s8
s8
-\once \override Score.GridLine #'thickness = #2.0
+ \once \override Score.GridLine #'thickness = #3.0
s8
s8
s8
-\once \override Score.GridLine #'thickness = #4.0
+ \once \override Score.GridLine #'thickness = #4.0
s8
s8
s8
-\once \override Score.GridLine #'thickness = #2.0
+ \once \override Score.GridLine #'thickness = #3.0
s8
s8
s8
@@ -31,17 +31,18 @@
\layout {
\context {
- \Staff
- \consists "Grid_point_engraver"
-
+ \Staff
+ \consists "Grid_point_engraver"
+
}
\context {
- \RhythmicStaff
- \consists "Grid_point_engraver"
- gridInterval = #(ly:make-moment 1 8)
- \override BarLine #'bar-size = #0.05
-}
+ \RhythmicStaff
+ \consists "Grid_point_engraver"
+ minimumVerticalExtent = #'(-4 . 4)
+ gridInterval = #(ly:make-moment 1 8)
+ \override BarLine #'bar-size = #0.05
+ }
\context {
\StaffGroup
\remove "System_start_delimiter_engraver"
@@ -55,7 +56,6 @@
\with {
\consists "Grid_line_span_engraver"
\override SystemStartBrace #'transparent = ##t
- \override TimeSignature #'transparent = ##t
\override NoteColumn #'X-offset-callbacks = #(list (lambda (x a) -0.5))
\override NoteHead #'Y-offset-callbacks = #(list (lambda (x a) 0.75))
@@ -67,8 +67,8 @@
\override NoteHead #'no-ledgers = ##t
}
{
- \stemUp
- c4. c8 c8 c c4 c8 c8.[ c16 c8]
+ \stemUp
+ c4. c8 c8 c c4 c8 c8.[ c16 c8]
}
\new RhythmicStaff
{
@@ -78,10 +78,10 @@
\override Beam #'transparent = ##t
<< \skips
- % force regular spacing by introducing notes.
+ % force regular spacing by introducing notes.
\repeat unfold 12 c8
- >>
- }
-
->>
+ >>
+ }
+>>
+
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs