Re: Shifted notehead won't merge with same pitch from other voice

2014-05-31 Thread Simon Albrecht
Am 29.05.2014 20:40, schrieb Pierre Perol-Schneider: 2014-05-29 12:43 GMT+02:00 Thomas Morley >: How about: \tweak #'duration-log #1 Of course Harm (even with \tweak duration-log #1 ;) (or \tweak duration-log 1 !!!) It's just something I'm not use t

Re: print change of clef after barline

2014-05-31 Thread Thomas Morley
2014-05-31 20:05 GMT+02:00 Damian leGassick : > thanks Harm > > I found a way...though I don't understand how or why the vector works for > break-align-orders > > Damian Did you look into IR 3.1.22 BreakAlignment ->break-align-orders ? Or NR A.17 Layout properties ->break-align-orders Please s

Re: get and print current clef

2014-05-31 Thread Paul Morris
David Kastrup wrote >> >> Good idea. Thinking about the wording, what about \clef \current >> instead? > > Not negotiable: > >> I see that \default already works here, although I don't know why. (I >> couldn't find \default in the manuals.) > >

Re: print change of clef after barline

2014-05-31 Thread Damian leGassick
thanks Harm I found a way...though I don't understand how or why the vector works for break-align-orders Damian On 31 May 2014, at 18:14, Thomas Morley wrote: > 2014-05-31 18:51 GMT+02:00 Damian leGassick : >> Hi all >> >> I need a change of clef to appear after a double barline, not before i

Re: print change of clef after barline

2014-05-31 Thread Damian leGassick
On 31 May 2014, at 18:00, David Kastrup wrote: > Damian leGassick writes: > >> Hi all >> >> I need a change of clef to appear after a double barline, not before >> it (for a theory worksheet) > > There are some properties determining the order of elements, but one can > also cheat: > > { c'1

Re: print change of clef after barline

2014-05-31 Thread Thomas Morley
2014-05-31 18:51 GMT+02:00 Damian leGassick : > Hi all > > I need a change of clef to appear after a double barline, not before it (for > a theory worksheet) > > any clues much appreciated > > Damian > > ___ > lilypond-user mailing list > lilypond-user@g

Re: print change of clef after barline

2014-05-31 Thread David Kastrup
Damian leGassick writes: > Hi all > > I need a change of clef to appear after a double barline, not before > it (for a theory worksheet) There are some properties determining the order of elements, but one can also cheat: { c'1 \grace { \bar "||" s4 } \clef bass c1 } -- David Kastrup ___

print change of clef after barline

2014-05-31 Thread Damian leGassick
Hi all I need a change of clef to appear after a double barline, not before it (for a theory worksheet) any clues much appreciated Damian ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: get and print current clef

2014-05-31 Thread Damian leGassick
These are great, thanks Damian On 31 May 2014, at 15:30, David Kastrup wrote: > Paul Morris writes: > >> David Kastrup wrote >>> I am leaning towards redefining >>> >>> clef = >>> #(define-music-function (parser location type) ((string?)) >>> (_i "Set the current clef to @var{type} if spec

Re: get and print current clef

2014-05-31 Thread David Kastrup
Paul Morris writes: > David Kastrup wrote >> I am leaning towards redefining >> >> clef = >> #(define-music-function (parser location type) ((string?)) >>(_i "Set the current clef to @var{type} if specified, >> or force a repetition of the current clef when @code{\\default} >> is given inste

Re: Impossible or ambiguous (de)crescendo in MIDI

2014-05-31 Thread Knute Snortum
I just noticed the last line of your post. Yes, a line number to the source would be nice. I don't know if this issue ever got into issue tracking for LilyPond. This comment should be added if it did. Knute Snortum (via Gmail) On Sat, May 31, 2014 at 6:55 AM, Knute Snortum wrote: > This wa

Re: get and print current clef

2014-05-31 Thread Paul Morris
David Kastrup wrote > I am leaning towards redefining > > clef = > #(define-music-function (parser location type) ((string?)) >(_i "Set the current clef to @var{type} if specified, > or force a repetition of the current clef when @code{\\default} > is given instead.") >(if type >(m

Re: Impossible or ambiguous (de)crescendo in MIDI

2014-05-31 Thread Knute Snortum
This was discussed here: http://lilypond.1069038.n5.nabble.com/MIDI-dynamics-parsing-error-tt162479.html#a162546 The long and the short of it was to put a dynamic mark in, like \mf, and then \omit the text. There was some agreement that LilyPond should assume a dynamic of mf or handle this bette

Re: get and print current clef

2014-05-31 Thread David Kastrup
Thomas Morley writes: > 2014-05-31 10:40 GMT+02:00 Damian leGassick : >> Hi all >> >> could someone show me how I could write something like: \clef \currentclef >> >> many thanks >> >> Damian >> >> ___ >> lilypond-user mailing list >> lilypond-user@gnu.

Re: get and print current clef

2014-05-31 Thread Thomas Morley
2014-05-31 10:40 GMT+02:00 Damian leGassick : > Hi all > > could someone show me how I could write something like: \clef \currentclef > > many thanks > > Damian > > ___ > lilypond-user mailing list > lilypond-user@gnu.org > https://lists.gnu.org/mailman/l

get and print current clef

2014-05-31 Thread Damian leGassick
Hi all could someone show me how I could write something like: \clef \currentclef many thanks Damian ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Impossible or ambiguous (de)crescendo in MIDI

2014-05-31 Thread Javier Ruiz-Alma
" Parsing... Interpreting music...[8] Preprocessing graphical objects... Interpreting music... programming error: Impossible or ambiguous (de)crescendo in MIDI. continuing, cross fingers... " A line or bar number would be most helpful ___ lilypond-user