Re: accidental style - cancel note within chord

2011-11-29 Thread Keith OHara
Neil Thornock gmail.com> writes: > Is there a way to create an accidental style that > checks for *simultaneous* pitches in any octave, resulting, in this > example, in a natural on the top note? > No, unfortunately; the information available to the accidental-setting rule is only the set of

center NoteColumn

2011-11-29 Thread Thomas Morley
Hi, the attached code is my attempt to center a NoteColumn in a measure (like MultiMeasureRest). It's based upon http://old.nabble.com/centering-text-on-a-measure-td32377202.html (thanks to David Nalesnik) While it works fine in most cases, there is one major problem: Having a key-change to a\min

Re: Increasing line spacing in long paragraphs

2011-11-29 Thread -Eluze
Jiri Zurek (Prague) wrote: > > How do I increase the line spacing (vertical distance of lines of text) in > the long and very long markup spanning over several pages, please? I > somehow missed this information in the lilypond web documentation. It > seems that the default line spacing puts the

Re: transpose the input

2011-11-29 Thread Federico Bruni
Il 29/11/2011 01:32, Francisco Vila ha scritto: Frescobaldi makes this very easy to do. You select a range of pitches and choose Tools->Pitches->Transpose. Then enter two absolute pitches similar to \transpose. Very nice tool, especially because it can keep the relative input. Also, lilypo

Re: accidental style - cancel note within chord

2011-11-29 Thread Neil Thornock
While I'm at it, try the following: { #(set-accidental-style 'neo-modern) } Yuck! I don't think this should ever be the result of any accidental rule (e-flat only on the first bottom note, e-natural on every note *except* the first note). On Tue, Nov 29, 2011 at 10:57 AM, Neil Thornock wr

accidental style - cancel note within chord

2011-11-29 Thread Neil Thornock
I've been frustrated with the available accidental styles. While I could do all this manually -- ugh! The modern and neo-modern approaches are best aligned with my sensibilities, but there is one situation in which I think they fall short. If I write the following: { #(set-accidental-style 'neo

Re: Increasing line spacing in long paragraphs

2011-11-29 Thread Xavier Scheuer
On 29 November 2011 16:02, Jiri Zurek (Prague) wrote: > > How do I increase the line spacing (vertical distance of lines of text) in > the long and very long markup spanning over several pages, please? I somehow > missed this information in the lilypond web documentation. It seems that the > defau

Re: Display "r2" as r1? -- SOLVED!

2011-11-29 Thread PMA
Francisco Vila wrote: 2011/11/29 PMA: Xavier Scheuer wrote: ... REST = { s2 \once \override NoteHead #'stencil = #ly:text-interface::print \once \override NoteHead #'text = \markup { \musicglyph #"rests.0" } \once \override Stem #'transparent = ##t e'2 } I still do not understand why you n

Increasing line spacing in long paragraphs

2011-11-29 Thread Jiri Zurek (Prague)
How do I increase the line spacing (vertical distance of lines of text) in the long and very long markup spanning over several pages, please? I somehow missed this information in the lilypond web documentation. It seems that the default line spacing puts the lines rather close together. -- View t

Ordering alterations in key signature

2011-11-29 Thread Pirouz
Hi, I'm trying to write a song in maqam Hijaz using a custom key signature hejaz = #`( (3 . ,SHARP) (2 . ,FLAT) (6 . ,SEMI-FLAT)) But the compiler complaints about ordering of alterations : Warning : No ordering for key signature alterations I would like to have : B half-flat, E flat and F shar

Re: Display "r2" as r1? -- SOLVED!

2011-11-29 Thread Francisco Vila
2011/11/29 PMA : > Xavier Scheuer wrote: > ... > >>> REST = { >>> s2 >>> \once \override NoteHead #'stencil = #ly:text-interface::print >>> \once \override NoteHead #'text = \markup { \musicglyph #"rests.0" } >>> \once \override Stem #'transparent = ##t >>> e'2 >>> } > > >> I still do not understan