Re: Set accidental style in the layout block

2011-06-30 Thread Jay Anderson
On Wed, Jun 29, 2011 at 3:45 AM, Xavier Scheuer wrote: > Is there a way to set accidental style in the  \layout  block? \layout { \context { \Score ... autoAccidentals = #`(Staff ,(make-accidental-rule 'same-octave 0) ,(make-accidental-rule 'any-octa

Set accidental style in the layout block

2011-06-30 Thread Bill Mooney
You wrote... ++ Hi, Is there a way to set accidental style in the \layout block? \layout { \context { \Voice #(set-accidental-style 'piano) } } gives me an error: "syntax error, unexpected MUSIC_IDENTIFIE

Re: fret diagrams for scales and arpeggios - finger numbers as intervals

2011-06-30 Thread Jay Lee
Carl Sorensen byu.edu> writes: > And if you want to used a lilypond flat symbol, you can do that as well. > You'll need to make the fingering a lilypond markup. I haven't been able to work out the syntax for using the lilypond \flat symbol in the finger-dot (see elsewhere on this thread wher

Re: fret diagrams for scales and arpeggios - finger numbers as intervals

2011-06-30 Thread Jay Lee
Carl Sorensen byu.edu> writes: > > > On 6/29/11 10:13 PM, "Jason Lee" mac.com> wrote: > > > Thank you so much! > > > > Another question, what about open strings? Can they be marked up > > individually too with "R", "b3", "b7", etc? > What did you have in mind? > > Carl > Ideally, I would

Re: fret diagrams for scales and arpeggios - using finger numbers as intervals

2011-06-30 Thread Carl Sorensen
On 6/29/11 10:13 PM, "Jason Lee" wrote: > Thank you so much! > > Another question, what about open strings? Can they be marked up > individually too with "R", "b3", "b7", etc? > Jay, Please keep these discussions on-list, so all can be kept informed. The only string labels we have are at

Re: fret diagrams for scales and arpeggios - using finger numbers as intervals

2011-06-30 Thread Jay Lee
mike apollinemike.com apollinemike.com> writes: > > Have you tried > > (markup #:flat) > > (place-fret 4 4 "b7") Yes. But it doesn't work. I've tried: (place-fret 4 4 {\flat}7) (place-fret 4 4 {\flat}"7") (place-fret 4 4 "{\flat}7") (place-fret 4 4 \markup{\flat}7) (place-fret

Re: Using headers inside of a score

2011-06-30 Thread Reinhold Kainhofer
Am Donnerstag 30 Juni 2011, 15:37:32 schrieb Jakub Pavlík: > > Od: Reinhold Kainhofer > > Am Montag, 27. Juni 2011, 18:08:47 schrieb Jakub Pavlík: > > > it would be very useful for me to be able to access score headers > > > inside of the score, like this: > > > > http://lsr.dsi.unimi.it/LSR/Item

Re: fret diagrams for scales and arpeggios - using finger numbers as intervals

2011-06-30 Thread m...@apollinemike.com
Have you tried (markup #:flat) ? I'm not sure if it'll work, but it's worth a shot! Cheers, MS On Jun 30, 2011, at 3:52 PM, Jay Lee wrote: > I've tried various kinds of syntax, but can't seem to include the \flat > symbol. > > \addChordShape#'DominantSeventh > #ukulele

Re: Using headers inside of a score

2011-06-30 Thread Jakub Pavlík
> Původní zpráva > Od: Reinhold Kainhofer > Předmět: Re: Using headers inside of a score > Datum: 27.6.2011 20:19:11 > > Am Montag, 27. Juni 2011, 18:08:47 schrieb Jakub Pavlík: > > Hi, > > > > it would be very useful for me to b

Re: fret diagrams for scales and arpeggios - using finger numbers as intervals

2011-06-30 Thread Jay Lee
I've tried various kinds of syntax, but can't seem to include the \flat symbol. \addChordShape #'DominantSeventh #ukulele-tuning #'( (place-fret 4 1 5) (place-fret 4 4 "b7") (place-fret 4 6 "R") (place

Re: beams over rests

2011-06-30 Thread Urs Liska
Hi, for me it works as expected on 2.15.2. Strange... Am 30.06.2011 03:42, schrieb Edward Neeman: Hello, In this example (taken from the Documentation page, http://lilypond.org/doc/v2.14/Documentation/notation/beams ), the beam doesn't extend over the rest on the right. How can I get it to

Re: beams over rests

2011-06-30 Thread James Lowe
Hello. On 30 Jun 2011, at 06:34, "Keith OHara" wrote: > Colin Campbell shaw.ca> writes: > >> Consistently broken for me, with 2.12.3, 2.13.63 and 2.15.3 on Ubuntu >> 11.04 > > I made a bug-list entry > http://code.google.com/p/lilypond/issues/detail?id=1718 I think you meant http://code.goo

Re: fret diagrams for scales and arpeggios - using finger numbers as intervals

2011-06-30 Thread James Lowe
Carl James. On 30 Jun 2011, at 05:24, "Jay Lee" wrote: >> I guess we need to add something to the documentation indicating that the >> fingering in the verbose syntax can be a number, a string, or a lilypond >> markup. >> Let me know what/where as I have a tidy-up patch that I've been noodlin