Re: Note spacing issue with accidental

2017-05-11 Thread DJF
> On May 11, 2017, at 1:40 PM, Knute Snortum wrote: > > I think you have to move the accidental to get the note to move. I don't > really like the way the following looks, but at least it's an example of > moving the accidental: > > rightTwo = \relative c' { > c4

Re: "natural width" of a measure

2017-05-11 Thread Peter Crighton
2017-04-11 22:34 GMT+02:00 David Nalesnik : > Here's how you can determine the widths of measures. Note that I've > put everything on one line, so that the \once \override of the > NoteHead gives access to every column in the score. You can adjust > what alignment

Re: Apply a music-function script to all elements of a list

2017-05-11 Thread zaord
Hi Again. Thanks for your help ! Here just few question/ remarks : 1) This is a sheet that I include on my scores for making pedagogical colored scores for dyslexics people. The file you look on is for diatonic accordion diagrams and the left hand side of the instrument have bass, and each

Re: rehersal markup in same level with chords

2017-05-11 Thread Stjepan Horvat
i hope this is not too much code :) \version "2.19.60" %default, ugly << \new ChordNames \chordmode { c4 f a c } \new Staff \with { instrumentName = #"default " } { c'' d'' e'' f'' | \mark \default c'' d'' e'' f'' | } >>

Re: Note spacing issue with accidental

2017-05-11 Thread Knute Snortum
I think you have to move the accidental to get the note to move. I don't really like the way the following looks, but at least it's an example of moving the accidental: rightTwo = \relative c' { c4 \tuplet 3/2 { d4 \tweak Accidental.Y-offset -0.25 cis8 } } --- Knute Snortum (via Gmail) On

Re: rehersal markup in same level with chords

2017-05-11 Thread Knute Snortum
Do you have a Minimal Working Example that demonstrates the problem? --- Knute Snortum (via Gmail) On Wed, May 10, 2017 at 11:35 PM, Stjepan Horvat wrote: > hi guys.. > when i write notes in some lines my chords move up depending on how high > my notes go.. > then my

Note spacing issue with accidental

2017-05-11 Thread DJF
In the code below, the last eighth note in voice two of both the right and left hand are too far to the right (even slightly more so in the piece from which this excerpt is taken, shown in the attached image). I’ve fiddled with various values using \once \override NoteColumn.force-hshift and

Re: program error: mis-predicted force

2017-05-11 Thread David Wright
On Wed 10 May 2017 at 21:52:59 (+0200), Partitura Organum wrote: > So, what am I doing wrong here? Replying to one of your posts at random, rather than starting a new thread. Cheers, David. ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Strange indent

2017-05-11 Thread Johannes Roeßler
Dear Andrew, I definitely have to improve my archiv-searching skills ;) - but it worked, your guess regarding the grace notes was correct - and with you mentioning it I recalled that I had this issue a few years ago.. thx and cheers, Joei Hi Joel, I had this same error message once, and

Re: Strange indent

2017-05-11 Thread Phil Holmes
Possibly this bug: https://sourceforge.net/p/testlilyissues/issues/4975/ ? -- Phil Holmes - Original Message - From: Johannes Roeßler To: lilypond-user@gnu.org Sent: Thursday, May 11, 2017 11:45 AM Subject: Strange indent Hi Group, I've got a strange indent at the

Re: Strange indent

2017-05-11 Thread Andrew Bernard
Hi Joel, I had this same error message once, and asked about it on the list. There's some discussion if you search the archives. I can't recall that there was any good resolution of the topic. It is suspicious that the erroring line has a grace at the start. Can you try applying a grace spacer

Strange indent

2017-05-11 Thread Johannes Roeßler
Hi Group, I've got a strange indent at the right edge of my notes and no idea, where it comes from. I can't construct a minimal example that reproduces the effect - but maybe you can give me hints where to look? I also got tons of "Mis-predicted Force Errors" in the log.

rehersal markup in same level with chords

2017-05-11 Thread Stjepan Horvat
hi guys.. when i write notes in some lines my chords move up depending on how high my notes go.. then my rehersal markup moves randomly so i can't make a fix offset to be always in the same level.. is it possible to use something like \once \override Score.RehearsalMark.Y-offset = last or next