Re: String number in a \markup

2009-02-10 Thread David Stocker
number into a \markup? What I need is to indicate a scordatura for a guitar piece like this: \markup { \column { \line { \small 5 = G } \line { \small 6 = C } } } where the '5' and '6' are identical to their analogous string numbers (i.e. they are encircled) In the Feta Font

Re: String number in a \markup

2009-02-10 Thread Kieren MacMillan
Hi David, How can I manipulate the space between lines in a \column? I'd like to reduce the space between the two lines in the below example by about 25%. I didn't see this referenced anywhere in the section on Text in the Notation Reference. 1. Go to the TextScript (i.e., markup)

RE: String number in a \markup

2009-02-10 Thread Nick Payne
@gnu.org [mailto:lilypond-user-bounces+nick.payne=internode.on@gnu.org] On Behalf Of David Stocker Sent: Tuesday, 10 February 2009 23:48 To: M Watts Cc: lilypond-user@gnu.org Subject: Re: String number in a \markup How can I manipulate the space between lines in a \column? I'd like

Re: String number in a \markup

2009-02-10 Thread Mats Bengtsson
. Dave M Watts wrote: David Stocker wrote: Hi folks, Is there a way to insert a string number into a \markup? What I need is to indicate a scordatura for a guitar piece like this: \markup { \column { \line { \small 5 = G } \line { \small 6 = C } } } where the '5' and '6' are identical

Re: String number in a \markup

2009-02-10 Thread David Stocker
. Now we need to move it left so that it's left aligned the clef, below the first line in the score. Dave M Watts wrote: David Stocker wrote: Hi folks, Is there a way to insert a string number into a \markup? What I need is to indicate a scordatura for a guitar piece like this: \markup

Re: String number in a \markup

2009-02-09 Thread David Stocker
, Is there a way to insert a string number into a \markup? What I need is to indicate a scordatura for a guitar piece like this: \markup { \column { \line { \small 5 = G } \line { \small 6 = C } } } where the '5' and '6' are identical to their analogous string numbers (i.e. they are encircled

RE: String number in a \markup

2009-02-09 Thread Nick Payne
Have a look at the message I posted yesterday titled Colliding rests warning. The code I included in that shows how to move the string number markup to underneath the clef symbol: http://www.mail-archive.com/lilypond-user@gnu.org/msg45134.html. You could also engrave both actual notes

Re: String number in a \markup

2009-02-09 Thread David Stocker
Thanks, Nick! That does exactly what I needed. Nick Payne wrote: Have a look at the message I posted yesterday titled Colliding rests warning. The code I included in that shows how to move the string number markup to underneath the clef symbol: http://www.mail-archive.com/lilypond-user@gnu.org

String number in a \markup

2009-02-08 Thread David Stocker
Hi folks, Is there a way to insert a string number into a \markup? What I need is to indicate a scordatura for a guitar piece like this: \markup { \column { \line { \small 5 = G } \line { \small 6 = C } } } where the '5' and '6' are identical to their analogous string numbers (i.e

Re: String number in a \markup

2009-02-08 Thread M Watts
David Stocker wrote: Hi folks, Is there a way to insert a string number into a \markup? What I need is to indicate a scordatura for a guitar piece like this: \markup { \column { \line { \small 5 = G } \line { \small 6 = C } } } where the '5' and '6' are identical to their analogous