Re: how to place fermata over \breathe?

2013-02-16 Thread David Kastrup
Noeck writes: > Or, just as a slight variation: if you want to minimize the code needed > within the music, you can put the override in the command: > > breatheFermata = { > \once \override BreathingSign.text = \markup { > \combine > \musicglyph #"scripts.rcomma" > \raise #1 > \

Re: Removing Fingering_engraver

2013-02-16 Thread David Kastrup
Nick Payne writes: > 4 c-4 > > then if I use > > \remove "New_fingering_engraver" > > it removes the fingering on the first C (i.e. the chord) and leaves > the fingering on the second. If I use > > \remove "Fingering_engraver" > > it doesn't remove the fingering on either note. Yes, it does. An

Re: Removing Fingering_engraver

2013-02-16 Thread Nick Payne
On 17/02/13 09:59, Eluze wrote: Nick Payne-3 wrote Just curious - the Internals Reference says that fingering is in the Voice context, but when I remove it I still see fingering. I would have expected the code below to remove the fingering, but it doesn't. I'd like to be able to publish a finger

Re: how to place fermata over \breathe?

2013-02-16 Thread Noeck
Or, just as a slight variation: if you want to minimize the code needed within the music, you can put the override in the command: breatheFermata = { \once \override BreathingSign.text = \markup { \combine \musicglyph #"scripts.rcomma" \raise #1 \musicglyph #"scripts.ufermata"

Re: Removing Fingering_engraver

2013-02-16 Thread Eluze
Nick Payne-3 wrote > Just curious - the Internals Reference says that fingering is in the > Voice context, but when I remove it I still see fingering. I would have > expected the code below to remove the fingering, but it doesn't. I'd > like to be able to publish a fingered score without fingeri

Removing Fingering_engraver

2013-02-16 Thread Nick Payne
Just curious - the Internals Reference says that fingering is in the Voice context, but when I remove it I still see fingering. I would have expected the code below to remove the fingering, but it doesn't. I'd like to be able to publish a fingered score without fingering for those who prefer to

Re: Fingering output change 2.17.9 -> 2.17.10

2013-02-16 Thread Nick Payne
On 16/02/13 23:17, Colin Hall wrote: Nick Payne writes: On 14/01/13 17:31, Keith OHara wrote: Nick Payne internode.on.net> writes: To indicate guide fingering I've been using the code below. In 2.17.10, the fingering with guide is placed above the stem even though Fingering.add-stem-support

Re: cross-staff beam from polyphon music

2013-02-16 Thread Eluze
Helge Kruse-4 wrote > But there is one note that requires this <<{}\\{}>> construct, doesn't > it? In this case Lilypond doesn't find a good slope for the second beam. > How can this be solved? I already tried to write a similar <{}\\{}>> > construct in the lower stuff. But it didn't help. > >

cross-staff beam from polyphon music

2013-02-16 Thread Helge Kruse
I have a new variant of cross-staff notes. When I omit the H in the upper staff and don't use polyphon music it looks quite nice, needs just some tweeks with dumping and so. But there is one note that requires this <<{}\\{}>> construct, doesn't it? In this case Lilypond doesn't find a good slo

Re: how to place fermata over \breathe?

2013-02-16 Thread Eluze
Jay Hamilton-3 wrote > Is there a 'simple' way to get a fermata over the breathe comma? you can change the "text" of the breathing sine: breatheFermata = \markup { \combine \musicglyph #"scripts.rcomma" \raise #1 \musicglyph #"scripts.ufermata" } \relative { c c \once \override Breathin

Re: how to place fermata over \breathe?

2013-02-16 Thread Nick Baskin
Have you tried using s32*0? That should at least take care of the timing problem. HTH Nick On Feb 16, 2013 11:47 AM, "Jay Hamilton" wrote: > Is there a 'simple' way to get a fermata over the breathe comma? I.E. I > suspect that using an s32 might MIGHT work but then in compiling lily > thinks t

how to place fermata over \breathe?

2013-02-16 Thread Jay Hamilton
Is there a 'simple' way to get a fermata over the breathe comma? I.E. I suspect that using an s32 might MIGHT work but then in compiling lily thinks the measure count is all screwed up. Thanks Jay -- Jay Hamilton Sound and Silence www.soundand.com 206-328-7694 ___

Test Email Address Change N/T

2013-02-16 Thread joe ferguson
No Message ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Fingering output change 2.17.9 -> 2.17.10

2013-02-16 Thread Colin Hall
Nick Payne writes: > On 14/01/13 17:31, Keith OHara wrote: >> Nick Payne internode.on.net> writes: >> >>> To indicate guide fingering I've been using the code below. In 2.17.10, >>> the fingering with guide is placed above the stem even though >>> Fingering.add-stem-support = ##f. In 2.17.9 and

Re: Positioning of "8" under clef symbol in G_8 clef

2013-02-16 Thread Colin Hall
Nick Payne writes: > The default positioning of the small "8" under the clef symbol when > using the treble_8 or G_8 clef is too far to the right. It looks better > when the X-offset is about 0.7 staff units: > > % > \version "2.17.10" > > \relative c'{ >\clef "G_8" >\overri

Re: Markup centered on barline between staves

2013-02-16 Thread David Kastrup
Javier Ruiz-Alma writes: > I need to place markup between the staves, best centered at the > barline. > How is this accomplished? > > %%% BEGIN LILY CODE SNIPPET > > \version "2.16.1" > << > \new staff { > c''1 > \mark \markup{ > \override #'(baseline-skip . 1.5) > \abs-fontsize #10 > \colum

Markup centered on barline between staves

2013-02-16 Thread Javier Ruiz-Alma
I need to place markup between the staves, best centered at the barline. How is this accomplished? %%% BEGIN LILY CODE SNIPPET \version "2.16.1" <<     \new staff {         c''1         \mark \markup{             \override #'(baseline-skip . 1.5)             \abs-fontsize #10             \co