on 2011-10-31 at 15:12 Graham Percival wrote: >well, of course you'd need to change the callback or stencil for >the grid lines. But you can definitely replace the lines with >dots if you're willing to spend some time with scheme. > >here's another example.
i see, thanks for the clarification. anyway, i think i'm making some progress with the lyrics approach. i include the two files i'm using. (one has the variables, it's organized like this because this is part of a bigger project). see also the attached image. i'm getting close, but i'd need to: 1) increase the font a little bit; 2) align the whole grid a bit to the right; 3) decrease the separation between grid levels. my problems are: 1) i'm not sure which tweak is best for each thing; 2) i don't know where to put them. i tried several overrides in different parts, none of them had any effect. thanks for any pointers! lj
<<attachment: test.jpg>>
test.ily
Description: Binary data
\version "2.14.0"
\include "test.ily"
#(set-global-staff-size 13) % para publicación
\markup {
\fill-line {
\score {
<<
\new DrumStaff = "chico" \with {
drumStyleTable = #bongos-style
\remove "Time_signature_engraver"
\remove "Clef_engraver"
\remove "Bar_engraver"
\override Rest #'stencil = ##f
\override Stem #'stencil = ##f
\override Beam #'stencil = ##f
}
{ \chico }
\new Lyrics \with { alignAboveContext = "chico" }
{ \puntostres }
\new Lyrics \with { alignAboveContext = "chico" }
{ \puntosdos }
\new Lyrics \with { alignAboveContext = "chico" }
{ \puntosuno }
>>
\layout {
\context {
\Score
\override StaffSymbol #'line-count = #2
}
}
}
}
}
\paper {
line-width = 12\cm
paper-width = 12\cm
}
_______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
