Re: Position of text and symbol above note

2014-01-12 Thread Federico Bruni
2014/1/12 David Kastrup > Federico Bruni writes: > > > I tried to use \vcenter to simplify a markup where I used \translate to > > align vertically text and musicglyphs. But the last string in this > example > > is slightly upper, do you know why? > > > > \version "2.18.0" > > > > { > > c1*4 >

Re: Position of text and symbol above note

2014-01-12 Thread David Kastrup
Federico Bruni writes: > I tried to use \vcenter to simplify a markup where I used \translate to > align vertically text and musicglyphs. But the last string in this example > is slightly upper, do you know why? > > \version "2.18.0" > > { > c1*4 > \mark \markup { > \vcenter dal > \mu

Re: Position of text and symbol above note

2014-01-12 Thread Kieren MacMillan
Hi Frederico, > the last string in this example is slightly upper, do you know why? This is related to the feature I’ve been requesting for years — and which I reiterated just a few days ago (http://lilypond.1069038.n5.nabble.com/baseline-referenced-text-markups-tp157452p157511.html). For some

Re: Position of text and symbol above note

2014-01-12 Thread Federico Bruni
I tried to use \vcenter to simplify a markup where I used \translate to align vertically text and musicglyphs. But the last string in this example is slightly upper, do you know why? \version "2.18.0" { c1*4 \mark \markup { \vcenter dal \musicglyph #"scripts.segno" \vcenter al

Re: Position of text and symbol above note

2014-01-07 Thread muggle
Genius. Thanks. -- View this message in context: http://lilypond.1069038.n5.nabble.com/Position-of-text-and-symbol-above-note-tp157390p157397.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gn

Re: Position of text and symbol above note

2014-01-07 Thread Alex Loomis
This should do the trick. a4.^\markup{\vcenter "To Coda"\musicglyph #"scripts.coda"} On Tue, Jan 7, 2014 at 8:59 PM, muggle wrote: > This works, but is there a way to vertically align the coda symbol so that > it > looks nicer? > > > > -- > View this message in context: > http://lilypond.1069

Re: Position of text and symbol above note

2014-01-07 Thread muggle
This works, but is there a way to vertically align the coda symbol so that it looks nicer? -- View this message in context: http://lilypond.1069038.n5.nabble.com/Position-of-text-and-symbol-above-note-tp157390p157394.html Sent from the User mailing list archive at Nabble.com. _

Re: Position of text and symbol above note

2014-01-07 Thread Alex Loomis
a4.^\markup{"To Coda"\musicglyph #"scripts.coda"} On Tue, Jan 7, 2014 at 8:34 PM, muggle wrote: > I want to postion "To Coda" and the coda symbol on a single line above a > note > like this > > > a4.^"To Coda"\coda > pri