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

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

Re: get and print current clef

2014-05-31 Thread Thomas Morley
2014-05-31 10:40 GMT+02:00 Damian leGassick damianlegass...@mac.com: 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

Re: get and print current clef

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

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

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

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

Re: get and print current clef

2014-05-31 Thread David Kastrup
Paul Morris p...@paulwmorris.com 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

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 p...@paulwmorris.com 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

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: print change of clef after barline

2014-05-31 Thread David Kastrup
Damian leGassick damianlegass...@mac.com 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 } --

Re: print change of clef after barline

2014-05-31 Thread Thomas Morley
2014-05-31 18:51 GMT+02:00 Damian leGassick damianlegass...@mac.com: 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

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 damianlegass...@mac.com 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:

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 damianlegass...@mac.com: Hi all I need a change of clef to appear after a double

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 Thomas Morley
2014-05-31 20:05 GMT+02:00 Damian leGassick damianlegass...@mac.com: 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

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 thomasmorle...@gmail.com mailto:thomasmorle...@gmail.com: How about: \tweak #'duration-log #1 Of course Harm (even with \tweak duration-log #1 ;) (or \tweak duration-log 1 !!!) It's just