Text above chord names - continued.

2014-05-29 Thread Lars-Johan Liman
Hi! My trusty friend Google found me a useful code snippet by Thomas Morley (Many thanks, Thomas!) in this message: https://www.mail-archive.com/lilypond-user@gnu.org/msg86850.html to put text above the chord names. It's almost perfect. The one drawback I've found is that is pushes the next

Re: Text above chord names - continued.

2014-05-29 Thread Thomas Morley
Hi, 2014-05-29 10:08 GMT+02:00 Lars-Johan Liman lilyp...@liman.net: Hi! My trusty friend Google found me a useful code snippet by Thomas Morley (Many thanks, Thomas!) in this message: Glad that it is still useful https://www.mail-archive.com/lilypond-user@gnu.org/msg86850.html to put

Re: Text above chord names - continued.

2014-05-29 Thread Thomas Morley
2014-05-29 12:50 GMT+02:00 Thomas Morley thomasmorle...@gmail.com: Hi, 2014-05-29 10:08 GMT+02:00 Lars-Johan Liman lilyp...@liman.net: Hi! My trusty friend Google found me a useful code snippet by Thomas Morley (Many thanks, Thomas!) in this message: Glad that it is still useful

Re: Text above chord names - continued.

2014-05-29 Thread Lars-Johan Liman
Hi, Hello! Lars-Johan Liman: My trusty friend Google found me a useful code snippet by Thomas Morley (Many thanks, Thomas!) in this message: Thomas Morley: Glad that it is still useful Oh, yes! Snippets like that are invaluable in any type of coding environment - be that Lilypond,

Text above Chord

2014-03-06 Thread Lukas Rytz
Hello The example below prints text below the chord. How can I print the text above the chord? Thanks! Lukas \version 2.18.0 \new ChordNames \chordmode { c1:7 } c''1^text [image: Inline image 1] inline: image.png___ lilypond-user mailing list

Re: Text above Chord

2014-03-06 Thread David Kastrup
Lukas Rytz lukas.r...@gmail.com writes: Hello The example below prints text below the chord. How can I print the text above the chord? Thanks! Lukas \version 2.18.0 \new ChordNames \chordmode { c1:7 } c''1^text I am not saying that this is a good idea. No, sir. But if a

Re: Text above Chord

2014-03-06 Thread Simon Albrecht
My first idea was \version 2.18.0 \new ChordNames \with { \consists Text_engraver } \chordmode { c1:7 ^text } c''1 but the text is not printed because of error: unrecognized string, not in text script or \lyricmode \chordmode { c1 :7 ^text } I don't know how to fix that... Am

Re: Text above Chord

2014-03-06 Thread Lukas Rytz
I also tried along those lines. Maybe something like this works, can the extra staff be hidden? (I'm still a very beginner) \version 2.18.0 s1^text \new ChordNames \chordmode { c1:7 } c''1 [image: Inline image 1] On Thu, Mar 6, 2014 at 11:25 AM, Simon Albrecht

Re: Text above Chord

2014-03-06 Thread Pierre Perol-Schneider
2014-03-06 10:58 GMT+01:00 Lukas Rytz lukas.r...@gmail.com: Hello Hi Lukas, The example below prints text below the chord. How can I print the text above the chord? If it's just for one shot you can use something like : \version 2.18.0 \new ChordNames \chordmode { \set

Re: Text above Chord

2014-03-06 Thread TaoCG
the text at the right position. \version 2.18.0 \score { \new Lyrics \lyricmode { foo2 _4 bar } \new ChordNames \chordmode { c1:7 } \new Staff { c'2 c'4 c' } } -- View this message in context: http://lilypond.1069038.n5.nabble.com/Text-above-Chord

Re: Text above Chord

2014-03-06 Thread Lukas Rytz
Maybe something like this will work for you? Since this separates text and music you'll have to count to place the text at the right position. \version 2.18.0 \score { \new Lyrics \lyricmode { foo2 _4 bar } \new ChordNames \chordmode { c1:7 } \new Staff {

Re: Text above Chord

2014-03-06 Thread Lukas Rytz
On Thu, Mar 6, 2014 at 2:14 PM, Lukas Rytz lukas.r...@gmail.com wrote: Maybe something like this will work for you? Since this separates text and music you'll have to count to place the text at the right position. \version 2.18.0 \score { \new Lyrics \lyricmode { foo2 _4

Re: Text above Chord

2014-03-06 Thread David Kastrup
Lukas Rytz lukas.r...@gmail.com writes: On Thu, Mar 6, 2014 at 2:14 PM, Lukas Rytz lukas.r...@gmail.com wrote: Maybe something like this will work for you? Since this separates text and music you'll have to count to place the text at the right position. \version 2.18.0 \score {

Re: Text above Chord

2014-03-06 Thread Lukas Rytz
On Thu, Mar 6, 2014 at 6:01 PM, David Kastrup d...@gnu.org wrote: Lukas Rytz lukas.r...@gmail.com writes: On Thu, Mar 6, 2014 at 2:14 PM, Lukas Rytz lukas.r...@gmail.com wrote: Maybe something like this will work for you? Since this separates text and music you'll have to count to

Re: Text above chord names

2013-11-26 Thread Adrian Fernandez
Works great! Thank you very much Thomas!!! 2013/11/22 Adrian Fernandez adrianfernandezfa...@gmail.com Thanks Thomas!!! i'll give it a try 2013/11/21 Thomas Morley thomasmorle...@gmail.com 2013/11/21 Adrian Fernandez adrianfernandezfa...@gmail.com: Hi! excuse my bad english. How can I

Re: Text above chord names

2013-11-22 Thread Adrian Fernandez
Thanks Thomas!!! i'll give it a try 2013/11/21 Thomas Morley thomasmorle...@gmail.com 2013/11/21 Adrian Fernandez adrianfernandezfa...@gmail.com: Hi! excuse my bad english. How can I place some text above the chordnames? Thanks in advance -- Adrián Fernández Fazio Músico Hi,

Text above chord names

2013-11-21 Thread Adrian Fernandez
Hi! excuse my bad english. How can I place some text above the chordnames? Thanks in advance -- *Adrián Fernández Fazio* *Músico* fernandezfazio.com.ar https://www.facebook.com/adrian.fernandezfazio https://twitter.com/afernandezfazio https://twitter.com/afernandezfazio

Re: Text above chord names

2013-11-21 Thread Thomas Morley
2013/11/21 Adrian Fernandez adrianfernandezfa...@gmail.com: Hi! excuse my bad english. How can I place some text above the chordnames? Thanks in advance -- Adrián Fernández Fazio Músico Hi, how about \version 2.17.95 addMarkup = #(define-music-function (parser location mrkp)(markup?) #{