Re: vertical position off piano-staff-name

2010-08-26 Thread Stefan Thomas
Yes, off course: \version "2.12.2" floete = \relative { \set Staff.instrumentName = "Flöte" \set Staff.midiInstrument = #"flute" \tag #'uncued {\set Staff.shortInstrumentName = "Fl. 1" } \repeat "unfold" 9 { c4 d e f } } klarinette = \relative { \set Staff.instrumentName = \markup { \co

\cueDuring problem

2010-08-26 Thread akj850
I am new to lilypond, but I experienced with text-based typesetting with latex. I am trying to use the \cueDuring feature of lilypond but am having some weird behavior where the cued notes don't show up, just the rest. This example slightly modified taken from the docs: oboe = \relative c'' {

Re: \cueDuring problem

2010-08-26 Thread Reinhold Kainhofer
Am Donnerstag, 26. August 2010, 15:56:09 schrieb akj850: > I am new to lilypond, but I experienced with text-based typesetting with > latex. I am trying to use the \cueDuring feature of lilypond but am having > some weird behavior where the cued notes don't show up, just the rest. > > This exampl

Re: \cueDuring problem

2010-08-26 Thread Xavier Scheuer
On 26 August 2010 15:56, akj850 wrote: > > I am new to lilypond, but I experienced with text-based typesetting > with latex.  I am trying to use the \cueDuring feature of lilypond > but am having some weird behavior where the cued notes don't show up, > just the rest. That's because you have no m

Re: \cueDuring problem

2010-08-26 Thread James
hello, On 26/08/2010 16:18, Reinhold Kainhofer wrote: Am Donnerstag, 26. August 2010, 15:56:09 schrieb akj850: I am new to lilypond, but I experienced with text-based typesetting with latex. I am trying to use the \cueDuring feature of lilypond but am having some weird behavior where the cued

Articulation of \prallup

2010-08-26 Thread Kaz Kylheku
Hi all, Firstly, I have a question. Is the \prallup ornament supposed to be the same thing as a Baroque style trill with termination? That is to say, exemplified by a transformation like {d4 \prallup c} -> {e32 d e d e d c d c4}. The notation looks very similar. Secondly, does anyone have a

Clef with down arrow

2010-08-26 Thread Alberto Simões
Dear Lilypond Users, I found a music where the clef appears with a down arrow. I imagine this means "an octave bellow". I also know that the usual notation is not this one (see picture). But I would love if I could mimic it. Is there any way to draw that arrow? Thank you Alberto -- Alberto Simõ

Re: Clef with down arrow

2010-08-26 Thread Bernardo Barros
I would guess "a quarter-tone lower", but I see there is also a key signature... and there is a T... that might stands for tenor(?), then it might represents a tenor part to be sung a octave lower. Em 26 de agosto de 2010 16:48, Alberto Simões escreveu: > Dear Lilypond Users, > > I found a music

Re: Clef with down arrow

2010-08-26 Thread Bernardo Barros
Any reason not to notate with standard notation? I see no point to spread confusion to other people. 2010/8/26 Bernardo Barros : > I would guess "a quarter-tone lower", but I see there is also a key > signature... and there is a T... that might stands for tenor(?), then > it might represents a ten

Re: Clef with down arrow

2010-08-26 Thread Alberto Simões
Hello. On 26/08/2010 20:52, Bernardo Barros wrote: > I would guess "a quarter-tone lower", but I see there is also a key > signature... and there is a T... that might stands for tenor(?), then > it might represents a tenor part to be sung a octave lower. Yes, the T is for Tenor. Now, I am not rea

Re: Clef with down arrow

2010-08-26 Thread Alberto Simões
On 26/08/2010 20:53, Bernardo Barros wrote: > Any reason not to notate with standard notation? I see no point to > spread confusion to other people. That is a valid argument. I just wanted to be the more approximate possible to the original... > > 2010/8/26 Bernardo Barros : >> I would guess "a

Re: Clef with down arrow

2010-08-26 Thread Tim Slattery
Alberto Simões wrote: >Hello. > >On 26/08/2010 20:52, Bernardo Barros wrote: >> I would guess "a quarter-tone lower", but I see there is also a key >> signature... and there is a T... that might stands for tenor(?), then >> it might represents a tenor part to be sung a octave lower. > >Yes, the T

Re: Clef with down arrow

2010-08-26 Thread Alberto Simões
Hello, Tim On 26/08/2010 21:11, Tim Slattery wrote: > \clef "G_8" > It will do the trick. Thanks :) -- Alberto Simões ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Clef with down arrow

2010-08-26 Thread James Lowe
On 26/08/2010 21:15, Alberto Simões wrote: Hello, Tim On 26/08/2010 21:11, Tim Slattery wrote: \clef "G_8" It will do the trick. Thanks :) http://lilypond.org/doc/v2.13/Documentation/notation/displaying-pitches#clef James ___ lilypond-user mai

Re: vertical position off piano-staff-name

2010-08-26 Thread Neil Puttock
On 26 August 2010 08:26, Stefan Thomas wrote: > Yes, off course: Thanks. If you add the VerticalAxisGroup #'meta hack I suggested for Pedal to the Dynamics context, it should fix the problems. Cheers, Neil ___ lilypond-user mailing list lilypond-user

Global Font Change?

2010-08-26 Thread Christopher Meredith
I've done a lot of searching but am still having some trouble. Basically, I want to globally change the text render font from Century Schoolbook to a different serif font. The font I want to use is a system-installed OTF font and it is working, except I can't get italics to work. I have tried the f

Split markups above and below spanner possible?

2010-08-26 Thread Nick Payne
With the following, where a textspanner terminates on the same note where there is also a trill indication and a barring indication, is it possible within the one voice to get the trill below the spanner and the barre above. I achieved it in the end by creating a separate hidden voice and att