Re: open hihat
2007/12/6, Frank Cornelis <[EMAIL PROTECTED]>: > This is what I have now: > \textSpannerUp > \override TextSpanner #'edge-text = #(cons (markup #:circle " " ) "") > \override TextSpanner #'dash-fraction = #'() > \override TextSpanner #'extra-offset = #'(0 . 0.5) > > Usage: > > 8\startTextSpan[8] 8[hh16 bd16] hh16[sn16 16 > bd16] 8[hh16 sn16\stopTextSpan] Hi Frank, this is really nice... could you consider adding this to the LilyPond Snippet Repository? http://lsr.dsi.unimi.it/ Thanks Valentin ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Help on changing staff sizes
Trevor Daniels schrieb: As I said yesterday, I've already added this to the learning manual. Maybe it needs to go somewhere in the Notation Reference too? Sorry, thanks for adding to the LM, I meant this additional sentence to go to the NR, chapter 5.2.1, which is about spacing and page layout. It would then also be possible to refer to that chapter from the LM. Till Trevor D -Original Message- From: [EMAIL PROTECTED] [mailto:lilypond-user-bounces+t.daniels=treda.co.u [EMAIL PROTECTED] Behalf Of Till Rettig Sent: 05 December 2007 16:49 To: Graham Percival Cc: lilypond-devel; lilypond-user@gnu.org Subject: Re: Help on changing staff sizes Sorry, I try to say it in a way that it might be added to the docs. In 5.2.1 the @refbugs (line 495 in spacing.itely on master) it states: "@code{layout-set-staff-size} does not change the distance between the staff lines." Could we add a sentence: "Use instead the pair fontSize = [EMAIL PROTECTED] \override StaffSymbol #'staff-space = #(magstep @var{N}) inside the Staff context to change the size of the font and the distance between staff lines accordingly." Actually I found, that the @internalsref{StaffSymbol} at line 481 sends to an uncomplete documentation. The property staff-space is not explained here. I thought Y-extent might be of help, but it is in turn explained by x-space which again is missing from the list. Who has the knowledge to fix this? Greetings Till Graham Percival schrieb: What are we supposed to remember for the docs? - Graham ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Assembling a hymnal with Lilypond - any way to do text-only verses?
It's standard in a hymnal if you have more than 6 verses or so to put the remaining verse texts at the bottom of the page, unattached to any notes. Does Lilypond have a way to do that? Daf (first post here, been a user for about a year - LOTS to learn still) -- View this message in context: http://www.nabble.com/Assembling-a-hymnal-with-Lilypond---any-way-to-do-text-only-verses--tf4957404.html#a14196904 Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Assembling a hymnal with Lilypond - any way to do text-only verses?
Hi, On Thu, 6 Dec 2007, daf wrote: > It's standard in a hymnal if you have more than 6 verses or so to put the > remaining verse texts at the bottom of the page, unattached to any notes. > > Does Lilypond have a way to do that? See sections "Printing stanzas at the end" and "Printing stanzas at the end in multiple columns" in the manual. The section "Overview of text markup commands" may be helpful, too. Bye, Zoltan ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user
Re: open hihat
Kieren MacMillan skrev: \version "2.11.33" \paper{ ragged-right=##t } drumStuff = \relative { \override TextSpanner #'dash-fraction = #1 \override TextSpanner #'bound-details #'left #'text = \markup { \musicglyph #"scripts.open" \hspace #0.2 } c'4 c c c | c\startTextSpan c c c | c c\stopTextSpan c c } \score { << \drumStuff >> } Unfortunately it does not work if you use a DrumStaff. This looks like a bug. If you replace << \drumStuff >> with \new DrumStaff << \drumStuff >> Then you get two spanners on top of each other. I am currently on 2.11.32.rz Can somebody on latest devel reproduce? Moving to devel. Please remove lilypond-user@gnu.org when replying to this. -Rune <>___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user