Re: How to write Non sequential repeat alternatives

2014-10-08 Thread Keith OHara
MarcM mouries.net> writes: > When i run your code i get this message: "warning: already have a volta > spanner, ending that one prematurely" Oh, so that's why you had the explicit (volta #f) in your version. If I see a warning, but the output is good, I consider myself warned and happy, but I sh

Re: How to write Non sequential repeat alternatives

2014-10-08 Thread MarcM
thanks much Keith. When i run your code i get this message: "warning: already have a volta spanner, ending that one prematurely" I had that warning as well and thought i was doing something wrong. -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-write-Non-sequen

Re: Contemporary Music Notation

2014-10-08 Thread Urs Liska
Am 08.10.2014 22:11, schrieb Marco Bagolin: Hello all, I'm new Lilypond user and I am interested in Contemporary Music Notation. I read all 2.8 Contemporary music manual section: http://www.lilypond.org/doc/v2.18/Documentation/notation/contemporary-music but lot of the chapters are empty and mo

Contemporary Music Notation

2014-10-08 Thread Marco Bagolin
Hello all, I'm new Lilypond user and I am interested in Contemporary Music Notation. I read all 2.8 Contemporary music manual section: http://www.lilypond.org/doc/v2.18/Documentation/notation/contemporary-music but lot of the chapters are empty and most of links are inactive. Please how can I lea

Re: How does map-some-music work?

2014-10-08 Thread Jay Vara
Paul > > Hi Jay, Did you see my reply here: > http://lilypond.1069038.n5.nabble.com/map-some-music-question- tp167241p167250.html Thanks. I will try your suggestions. I was watching this site. http://news.gmane.org/gmane.comp.gnu.lilypond.general For some reason, there were no updates on t

Re: How does map-some-music work?

2014-10-08 Thread Paul Morris
Jay Vara wrote > I am trying to display all the names that appear in a piece of music > (NoteEvent etc.) using map-some-music. It the function musShow is only > printing the top level name. What am I missing here? Hi Jay, Did you see my reply here: http://lilypond.1069038.n5.nabble.com/map-som

Re: Still confused about horizontal shifts in NoteColumns

2014-10-08 Thread Trevor Daniels
Hi Fred I think your basic problem is not appreciating how notes should be assigned to voices. When you place the notes in the correct voices LilyPond gives you the alignment you seek with no overrides and no errors, like this: \version "2.18.0" \new Staff = "treble" \with { \consists "Span_a

Re: Bounty for Fixing Ligature Bug?

2014-10-08 Thread Joshua Nichols
To reiterate, most of what is said is over my head. I'll continue to follow and help as I can. IC, Josh On Tue, Oct 7, 2014 at 3:41 AM, Werner LEMBERG wrote: > > Sorry for the late reply. > > >> This is not correct. The most important part, namely to write a > >> small test program for Pango

RE: Still confused about horizontal shifts in NoteColumns

2014-10-08 Thread Mark Stephen Mrotek
Frederick, Does this work? \version "2.18.0" \new Staff = "treble" \with { \consists "Span_arpeggio_engraver" } << \relative c'' { \set Staff.connectArpeggios = ##t \key a\major << { \voiceOne e2 \arpeggio a, } \\ { \voiceThree e4 \arpeggio e e fis8 g } \\ { \voiceTwo cis,1

Re: Still confused about horizontal shifts in NoteColumns

2014-10-08 Thread Urs Liska
Am 08.10.2014 18:05, schrieb Frederick Bartlett: Running 2.18.2 under Linux, I'm looking to duplicate this: Inline images 2 I currently have this: Inline images 2 I would like to shift the first quarter note a bit to the right, about half as much as the third, but force-hshift and the various

Still confused about horizontal shifts in NoteColumns

2014-10-08 Thread Frederick Bartlett
Running 2.18.2 under Linux, I'm looking to duplicate this: [image: Inline images 2] I currently have this: [image: Inline images 2] I would like to shift the first quarter note a bit to the right, about half as much as the third, but force-hshift and the various \shiftOxxx commands have no effect

Re: Automatic ottava handling

2014-10-08 Thread David Bellows
>Here's a preliminary experiment. It will add an automatic \ottava 1 before passages where notes have at least a specified number of ledger lines. This is a terrific start! The solution I'm using in my program counts the number of commas or single quotes and applies the ottava marking based on th

Re: Overlapping ties in different voices

2014-10-08 Thread Frederick Bartlett
Trevor, I am, indeed, using 2.18.2. I obviously should have mentioned that. Sorry! I finally got it to work in such a way that it precisely mimics the original: [image: Inline images 1] [image: Inline images 2] I had to add a \hideNotes: << { s1 | \once \override NoteColumn.force-hshift = 1.

How does map-some-music work?

2014-10-08 Thread Jay Vara
I am trying to display all the names that appear in a piece of music (NoteEvent etc.) using map-some-music. It the function musShow is only printing the top level name. What am I missing here? \version "2.18.2" #(define (showMus music) (display-scheme-music (ly:music-propert

Re: Overlapping ties in different voices

2014-10-08 Thread Trevor Daniels
Noeck you wrote Tuesday, October 07, 2014 11:43 PM > Am 08.10.2014 um 00:31 schrieb Trevor Daniels: >> Whoops, sorry, missed an 'a' out, needed to give the tie: > > but with that tie you have the issue of colliding note heads again (in > the upper voices). Ah, so you do, but only in version 2.18