Re: Positioning fingering under 1st voice slur

2011-09-03 Thread Javier Ruiz-Alma
Am Saturday, 3. September 2011, 23:34:11 schrieb Javier Ruiz-Alma: > \version "2.14.2" > %looking for a way to place fingering at top but under the slur > \score{ >  \new Staff >  << {a''2.^( b''4^)} >  \\ {s2 b'8^\markup{\finger 3}( g') s4} >> >  \layout {} > }   >From: Reinhold Kainhofer >Sent: S

Re: Positioning fingering under 1st voice slur

2011-09-03 Thread harm6
Dominicus wrote: > > \version "2.14.2" > %looking for a way to place fingering at top but under the slur > \score{ >   \new Staff >   << {a''2.^( b''4^)} >   \\ {s2 b'8^\markup{\finger 3}( g') s4} >> >   \layout {} > } > > > Or use real fingerings with \set fingeringOrientations. \version

Re: Positioning fingering under 1st voice slur

2011-09-03 Thread Reinhold Kainhofer
Am Saturday, 3. September 2011, 23:34:11 schrieb Javier Ruiz-Alma: > \version "2.14.2" > %looking for a way to place fingering at top but under the slur > \score{ > \new Staff > << {a''2.^( b''4^)} > \\ {s2 b'8^\markup{\finger 3}( g') s4} >> > \layout {} > } If you use a real fingering, yo

Positioning fingering under 1st voice slur

2011-09-03 Thread Javier Ruiz-Alma
\version "2.14.2" %looking for a way to place fingering at top but under the slur \score{   \new Staff   << {a''2.^( b''4^)}   \\ {s2 b'8^\markup{\finger 3}( g') s4} >>   \layout {} } <>___ lilypond-user mailing list lilypond-user@gnu.org https://lists.g

Accordion notation for beginners

2011-09-03 Thread Volker Paul
Much accordion literature I got from my accordion school is in a format that, for lack of a better name, I call it x/ ("x-slash") notation. The left-hand staff consists of a single line. The bass is shown by a diagonal cross (such as noteheads.s2cross), the chord by a diagonal line (such as note

Re: centering text on a measure

2011-09-03 Thread Trevor Daniels
David Nalesnik wrote Saturday, September 03, 2011 6:36 PM I've adapted the snippet for centering text on hairpins http://lsr.dsi.unimi.it/LSR/Snippet?id=233 to give an approximation of this. Basically, I've replaced the default TextSpanner stencil with a blank with the same extents to which

Re: centering text on a measure

2011-09-03 Thread David Nalesnik
Trevor, On Sat, Sep 3, 2011 at 9:56 AM, Trevor Daniels wrote: It would be nice if TextSpanner could > centre its text between the left and right > bounds (like the number on a tuplet bracket) > but it doesn't, AFAIK. Thank you for this idea! I've adapted the snippet for centering text on hairp

Re: centering text on a measure

2011-09-03 Thread Trevor Daniels
David Nalesnik However, I'd like to be able to center the text on the measure regardless of what's in it (or, by extension, center it between items of my choosing). I'm hoping that there's a way to do this without relying on 'extra-offset, so that other grobs will move up to avoid collisio

Re: MacOSX Lion

2011-09-03 Thread Andrea La Rose
I did read that message, but it wasn't clear to me whether that was for regular schmoes like me or only for developers. But I'll give it a whirl... Thanks! Andrea flup2 wrote: > > Hello, > > Is seems that the last beta release (2.15.9) fixes the problem. You can > down download it from http:/

Re: MacOSX Lion

2011-09-03 Thread flup2
Hello, Is seems that the last beta release (2.15.9) fixes the problem. You can down download it from http://lilypond.org/development.html Philippe -- View this message in context: http://old.nabble.com/MacOSX-Lion-tp32145670p32392269.html Sent from the Gnu - Lilypond - User mailing list archiv

Re: MacOSX Lion

2011-09-03 Thread Andrea La Rose
Any suggestions for people who a) don't really know how to use terminal and b) can't get JEdit to work properly either? flup2 wrote: > > Hello, > > As mentionned here ( > http://old.nabble.com/Error-opening-2.14.2-td32140373.html > http://old.nabble.com/Error-opening-2.14.2-td32140373.html

Re: centering text on a measure

2011-09-03 Thread David Nalesnik
Hi Harm, On Thu, Sep 1, 2011 at 2:30 PM, harm6 wrote: > > Hi David, > > don't know anything about the error: > > ERROR: In procedure ly:grob-object: > ERROR: Wrong type argument in position 1 (expecting Grob): () > > This error-warning must be an error! :) > My only guess is that the property I

Re: centering text on a measure

2011-09-03 Thread David Nalesnik
On Thu, Sep 1, 2011 at 3:09 AM, Trevor Daniels wrote: Perhaps you could turn this idea into a music function: > > \relative c'' { > a4 a a a | > << > { a4 a a a | } > { > \once \override MultiMeasureRest #'transparent = ##t > R1_"XIII" | > } > >> > a4 a a a | > } > Thank you, T