2013/5/23 Emil Salim <pil...@gmail.com>

>
> I've succeeded in removing the staff lines, adding the \divisioMinima
> etc., but I couldn't find a way to typeset the long block for the repeated
> note. Could someone help me? Thank you kindly.
>
>
Hi Emil,
Well, here's a simple solution that's far from perfect, but came to my mind
right away :

mel = \relative c' {
g' a \makeClusters { b b b }
s8*2
\divisioMinima
}

lyr = \lyricmode {
Lo -- rem ip
}

\score {

\new Staff \with {
\remove "Clef_engraver"
\remove "Time_signature_engraver"
\remove "Bar_engraver"
alignAboveContext = #"main"
\override StaffSymbol #'line-count = #2
}
<<
  \set Staff.keySignature = #`(((0 . 7) . ,FLAT))
  \override Staff.Stem #'transparent = ##t
  \override Staff.Barline #'stencil = ##f
  \new Voice = melody \mel
  \new Lyrics \lyricsto melody \lyr
>>
}

I'll think about something better and come back to you.
Pierre
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to