midi2ly broken in 2.11.59 on windows xp

2008-09-21 Thread Eluze
that's the log: Traceback (most recent call last): File C:\Programme\LilyPondDevel\usr\bin\midi2ly.py, line 989, in ? main() File C:\Programme\LilyPondDevel\usr\bin\midi2ly.py, line 987, in main convert_midi (f, o) File C:\Programme\LilyPondDevel\usr\bin\midi2ly.py, line 822, in

Re: Tuplet number placement (and collision)

2008-10-22 Thread Eluze
a shorter example is \version 2.11.62 \relative c' { \times 2/3 { c 8 d des'''} } with the attached output http://www.nabble.com/file/p20107187/tuplet-accidental%2Bcollision.png \change staff ... is not needed to produce this issue -Eluze -- View this message in context: http

Re: Issue 696 in lilypond: Misplaced tuplet number collides with accidental when a kneed beam occurs

2008-10-22 Thread Eluze
is correct (i.e. the NoteHeads are triangles...) perhaps a warning would be more adequate?! -Eluze -- View this message in context: http://www.nabble.com/Issue-696-in-lilypond%3A-Misplaced-tuplet-number-collides-with--accidental-when-a-kneed-beam-occurs-tp20119183p20121150.html Sent from the Gnu

Re: Error in time signature change with grace note

2008-10-27 Thread Eluze
removes the 2nd time signature -Eluze -- View this message in context: http://www.nabble.com/Error-in-time-signature-change-with-grace-note-tp20189648p20190202.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. ___ bug-lilypond

Re: Accidentals colliding with beams

2008-10-28 Thread Eluze
isn't that the same as Issue 76: beam scoring should take accidentals into account -- View this message in context: http://www.nabble.com/Accidentals-colliding-with-beams-tp20203715p20206762.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.

Re: Issue 38 in lilypond: collision fingering beam

2008-11-16 Thread Eluze
codesite-noreply wrote: Issue 38: collision fingering beam http://code.google.com/p/lilypond/issues/detail?id=38 Comment #2 by n.puttock: This is invalid. i don't really understand what is invalid - there is a collision, it is not readable and it is not what we are used from

Re: Beam Inbetween

2009-02-21 Thread -Eluze
i am not sure this answers your question, but seeing the code i rather think a *{* is missing after ther \relative c' !? Chris Canipe wrote: I'm using accordion bass notation to construct four eighth notes: a C# note followed by three C# seventh chords. I was surprised when the beam

Re: \clef bass_8, lay-out issue

2009-03-05 Thread -Eluze
rosea wrote: It doesn't hit the clef. where should it hit - inside the stafflines? the bass-clef does not reach the lower part of the stave, so where would you put the 8 (or 15)? -- View this message in context:

Re: what do I do?

2009-03-16 Thread -Eluze
Jesper Caprani wrote: C:/Documents and Settings/Ejer/Skrivebord/test.log:0: advarsel: : no \version statement found, please add \version 2.12.2 for future compatibility What do I do? first i would do what they reommend - add this version statement in your .ly-file and

Re: Collision between repeat bar and dynamic text

2009-04-01 Thread -Eluze
Marco Caliari-4 wrote: I'm not top posting. Dear all, the following snippet \version 2.12.2 {\new Staff \repeat volta 2 {\partial 4*3 g'2.} g'4-\mf} {\new Staff \repeat volta 2 {\partial 4*3 g'2.} g'4} produces a collision between the repeat bar and the \mf dynamic text. i

midi2ly.py v2.12.2

2009-04-14 Thread -Eluze
using *midi2ly.py* without arguments, - with v2.11.65 i get a list of options - with v2.12.2 an error is dispayed using it with a file name as argument, - 2.11.65 converts - 2.12.2 issues errors comparing the two python-files one can see a big block of lines having been moved from the

Re: midi2ly.py v2.12.2

2009-04-15 Thread -Eluze
Trevor Daniels wrote: Trevor i really dunno what happenes over here, but after reloading 2.12.2 everything seems ok again… thanks for your attention! -- View this message in context: http://www.nabble.com/midi2ly.py-v2.12.2-tp23049320p23057033.html Sent from the Gnu - Lilypond - Bugs

Re: Midi command not working with Mac (OS X 10.5.2)

2009-04-15 Thread Eluze
using \paper { print-all-headers = ##t } you can put the \header *after* the musical expression in the \score part - here this is after … - where also the \layout {} \midi {} belong to alternativly the header can be written outside of the \score section (without the option above) hth

Re: Bug report: initial grace note causes redundant clefs and time signatures

2009-04-29 Thread -Eluze
Fred lunnon wrote: A grace note at the start of the first bar causes redundant and default clefs and time signatures to be printed, splitting the grace note from its companion note. A workaround is to prefix an initial rest bar. or add \grace {s 32 s } in the other voice(s)

\set stanza = needs a blank

2009-06-10 Thread -Eluze
i just had the a cross experience with this code: \context Voice = melody { c'} \context Lyrics \lyricsto melody \lyricmode { \set stanza=#1. hi } } resulting in errors: Fehler: Grob-Name sollte alphanumerisch sein \context Lyrics \lyricsto

Re: \set stanza = needs a blank

2009-06-10 Thread -Eluze
Graham Percival-3 wrote: Please see the warning in the vocal section of the docs. For some reason, \override and \set inside a lyric section requires spaces where they aren't normally required. thanks - i must admit i had read this long ago and now i simply forgot it - shame on me! --

Re: TrillSpanner does not extend over tied note

2009-06-15 Thread -Eluze
Neil Puttock wrote: 2009/6/14 Kieren MacMillan kieren_macmil...@sympatico.ca: [Mac OS X 10.4.11] Notice that the TrillSpanner does not extend through (i.e., include) the tied note, as expected/desired: This has been fixed in 2.13.1. your attached output is nice - unfortunately i

Re: TrillSpanner does not extend over tied note

2009-06-17 Thread -Eluze
Neil Puttock wrote: Can you post a minimal snippet which demonstrates the problem? here it comes - i'd like the trill spanner to end with the last of the sixteenth notes \version 2.13.1 \paper { ragged-right = ##f } \relative c'' { c 4 \startTrillSpan c 2 \stopTrillSpan

Re: TrillSpanner does not extend over tied note

2009-06-19 Thread -Eluze
Neil Puttock wrote: 2009/6/17 -Eluze elu...@gmail.com: I would use a hidden note in this situation: \relative c'' { c4\startTrillSpan c2*7/8 \hideNotes c16\stopTrillSpan s4 } \\ { \repeat unfold 12 { c'16 } } thanks - as i have not many

Re: Lilypond's error column printer confuses bytes and characters

2009-10-18 Thread -Eluze
David Kastrup wrote: The following input file: … which is a .bin file and should be a .ly file - but downloaded its content looks like \markup{ Määä A♯ B♭ \break } now, if i comment the \break (or omit it), the file compiles quite well - did i miss something? -- View this

Re: Lilypond's error column printer confuses bytes and characters

2009-10-18 Thread -Eluze
David Kastrup wrote: -Eluze elu...@gmail.com writes: now, if i comment the \break (or omit it), the file compiles quite well - did i miss something? The subject line and the problem description? ahhh! i see now - i thought you were looking for a solution… however, with version

Re: bar in incorrect place when using \partial and \alternate volta repeats

2009-11-30 Thread -Eluze
PKX wrote: However in the next section where there is an alternate volta section, the bar after the first repeat is broken incorrectly (as I see it) and I get a bar check failure. I am expecting it to put a bar before the last dotted minim. Hi Pete if i understand correctly, the

Re: bar in incorrect place when using \partial and \alternate volta repeats

2009-12-01 Thread -Eluze
pkx166h wrote: -Eluze eluzew at gmail.com writes: if i understand correctly, the solution is just to insert a \partial 1 - briefly just to make the restart of the time counting... even better would be to use \set Timing.measurePosition = #(ly:make-moment 1 4) because \partial

Re: lyrics with accents

2009-12-21 Thread -Eluze
Sylvain-3 wrote: Hello, I'm trying to write a song with franch lyrics. In franch we need to use leters like é, à, è, etc. I don't know how to write it with lilypond. I had the version 2.10 and the letters with accent were not compiled. I downloaded the versions 2.13, and now these

Re: header may be covered unintentionally by music

2010-01-11 Thread -Eluze
James Bailey-4 wrote: If the page is too full, items in the header, namely copyright and opus may be obscured by music, even though there is nothing explicitly forcing the page onto these elements. it seems just to be the *alignAboveContext* - if you omit all the \header items and

s or \skip - bug or expectable behaviour?

2010-02-01 Thread -Eluze
i expected the 3 following snippets to produce the same output: \version 2.13.11 breaks = { \skip 1 * 44 } music = { \repeat unfold 3 { c c c r } } \music \\ \breaks breaks = { s 1 * 44 } music = { \repeat unfold 3 { c 1 c c r } } \music \\ \breaks % weird: breaks = { s 1 * 44 } music = {

Re: s or \skip - bug or expectable behaviour?

2010-02-03 Thread -Eluze
Carl Sorensen-3 wrote: On 2/2/10 1:31 AM, David Kastrup d...@gnu.org wrote: Alexander Kobel n...@a-kobel.de writes: NR 1.2.2, Invisible rests, says that \skip requires an explicit duration. But it is not mentioned / unspecified that this duration argument counterintuitively is not

alignAboveContext shifts lyrics by one note

2010-02-17 Thread -Eluze
\version 2.13.13 \context Staff = staff1 { \context Voice = voice1 { c'' 4 d'' 8 c'' 4 d'' } \context Lyrics =lyrics1 { \set alignAboveContext = #staff1 \lyricsto voice1 \lyricmode { c d c d } } } this code causes the lyric text to start to late. by forcing a

Re: Negative frets in fret diagrams

2010-04-10 Thread -Eluze
Valentin Villenave wrote: On Sat, Jan 9, 2010 at 6:40 PM, Carl Sorensen c_soren...@byu.edu wrote: When strings are given for notes in a fret diagram, and the notes are too low, the fret diagram will try to put dots on negative frets, instead of giving an error and producing nothing.

Re: Negative frets in fret diagrams

2010-04-10 Thread -Eluze
Valentin Villenave wrote: On Sat, Jan 9, 2010 at 6:40 PM, Carl Sorensen c_soren...@byu.edu wrote: When strings are given for notes in a fret diagram, and the notes are too low, the fret diagram will try to put dots on negative frets, instead of giving an error and producing nothing.

simultaneous tabstaff and staff curiosity

2010-04-11 Thread -Eluze
hi i just stumbeled over this curiosity: \version 2.13.17 \context TabStaff {e, e g b} \context Staff{\clef G_8 e, e g b} http://old.nabble.com/file/p28208169/bug%2Btabvoice.png tabstaff staff the normal staff is missing and the key of the tabstaff is not correct! % changing the

Re: Negative frets in fret diagrams

2010-04-12 Thread -Eluze
Carl Sorensen-3 wrote: What should the output of the notehead be in this case? I assumed that the negative fret number is the best possible output, but we should print a warning message. negative numbers clearly show where the user entered erroneous data. an additional warning in the

Re: noflagu3 - warning in Lilypond 3.13.14

2010-04-20 Thread -Eluze
Jiri Zurek (Prague) wrote: When I use the Stem #'flag-style = #'noflag in conjunction with \melisma I get an error while processing which says: warning: flag `noflagu3' not found It does produce the PDF but I still wish to know if there is something I can do to get rid of this

error with StringNumber #'stencil = ##f

2010-04-22 Thread -Eluze
the code \version 2.13.18 \layout { \context { \Staff \override StringNumber #'stencil = ##f } } { a\6-18 } produces the error: cannot align on self: empty element however, the pdf is produced correctly. adding \override StringNumber #'self-alignment-X = ##f turns this error

Re: must 'layer be between 0 and 2?

2010-07-03 Thread -Eluze
Trevor Daniels wrote: Mark If you look up layers in the index to the Notation Reference you'll find there that it says the layer property should be set to an integer and most objects are drawn by default with a value of 0 or 1. Also the example shown uses a value of -1. Maybe we

Re: LilyPond crash when using showLastLength and a \score context with \compressfullbarrests

2010-07-04 Thread -Eluze
pkx166h wrote: I am using Mac OS X 10.5.8 (if this matters) \version 2.13.21 This example below doesn't crash but doesn't %%% show last 2 full rests either \relative c { \time 3/4 \compressFullBarRests R2.*11 \bar || } showLastLength = R1*2 The

Re: LilyPond crash when using showLastLength and a \score context with \compressfullbarrests

2010-07-04 Thread -Eluze
pkx166h wrote: However if I have 3 scores using 3 different time signatures (in this case 4/4, 2/2 and 3/4 why is it when I set my showLastLength as R1 rather R2. do I get the crash? and only when using \score AND \compressfullbarrests - either one on their own doesn't have a

Changed clefs collide with multimeasure rests

2010-08-23 Thread eluze
i think it started with 2.13.29 ( 2.13.28 looks fine) ___ bug-lilypond mailing list bug-lilypond@gnu.org http://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: voiceOne dynamics should go above the staff

2010-09-18 Thread -Eluze
Mark Polesky wrote: voiceOne Dynamics end up in the worst possible place... i'm not sure i would like the dynamics of one voice above the staff in a polyphonic guitar piece - but you can use \dynamicUp to do so! -- View this message in context:

Re: voiceOne dynamics should go above the staff

2010-09-19 Thread -Eluze
Mark Polesky wrote: -Eluze wrote: i'm not sure i would like the dynamics of one voice above the staff in a polyphonic guitar piece - but you can use \dynamicUp to do so! The authorities are unanimous on this point. Kurt Stone, ch.1, Placement of Dynamics..., p.31: A. Dynamics

Re: overflow message and collision with tagline

2010-09-23 Thread -Eluze
as a workaround you can use max-systems-per-page=#9 - i know this should be automagical... Martin Tarenskeen wrote: I am (still) having a overflow warning using 2.13.34 with one of my scores: GNU LilyPond 2.13.34 Verwerken van `khatch-err.ly' Ontleden... Vertolken van

Re: I'm not top posting. colour setting problem with connected arpeggio? v 2.12.2

2011-01-29 Thread -Eluze
bracket connection on and consistently you have to turn on the wanted color for the StaffGroup: \override StaffGroup.Arpeggio #'color = #(x11-color 'green) hth Eluze -- View this message in context: http://old.nabble.com/%3E-I%27m-not-top-posting.-colour-setting-problem-with-connected

LSR 631 corrupts accidental positions7 / no effect with stems

2011-02-01 Thread -Eluze
(ly:stencil-extent this-stil 0): string:8:430: Wrong type argument in position 1 (expecting Stencil): () thanks Eluze -- View this message in context: http://old.nabble.com/LSR-631-corrupts-accidental-positions7---no-effect-with-stems-tp30814598p30814598.html Sent from the Gnu - Lilypond - Bugs

Re: LSR 631 corrupts accidental positions7 / no effect with stems

2011-02-07 Thread -Eluze
Neil Puttock wrote: On 1 February 2011 09:15, -Eluze elu...@gmail.com wrote: 1) with the code below the accidental is misplaced: \relative c' {  \hideCurvesFrom #'Voice.NoteHead #'(0.3 . 0.3) #'(0 . 0)  f2 ( gis4) } I don't think there's any workaround for this short of manually

erroneous output from \displayLilyMusic when chord has only 1 note

2011-02-22 Thread -Eluze
this code \version 2.13.51 \displayLilyMusic { d' -28 } produces { d'-28 } but it should be { d'-28 } cheers, Eluze -- View this message in context: http://old.nabble.com/erroneous-output-from-%5CdisplayLilyMusic-when-chord-has-only-1-note-tp30986847p30986847.html Sent from the Gnu

strange vertical line at staff begin using StaffSymbol #'staff-space

2011-03-10 Thread -Eluze
the example in NR under 1.6.2 shows a strange vertical line at staff begin: \new Staff \with { \override StaffSymbol #'staff-space = #1.5 } { a4 b c d } thanks! Eluze -- View this message in context: http://old.nabble.com/strange-vertical-line-at-staff-begin-using-StaffSymbol--%27staff

Re: lilypond v2.13.54

2011-03-17 Thread -Eluze
, for people who rely on the command line, it'll mean LP won't run. Can someone check whether this has been changed in the Windows install? i cleaned my path and downloaded 2.13.54 - lilypond is in the path again! couldn't the path be checked before a lilypond entry is appended? cheers Eluze

Re: lilypond v2.13.54

2011-03-17 Thread -Eluze
Phil Holmes-2 wrote: I've rechecked my system and found an odd feature. Lilypond 13.54 is in the PATH shown in the Windows System Properties Environment Variables. But it's not there if I type PATH in a command window! Could you check what your system has? it's in both! --

Re: lilypond v2.13.54

2011-03-17 Thread -Eluze
Phil Holmes-2 wrote: -Eluze elu...@gmail.com wrote in message news:31173816.p...@talk.nabble.com... Phil Holmes-2 wrote: I've rechecked my system and found an odd feature. Lilypond 13.54 is in the PATH shown in the Windows System Properties Environment Variables. But it's

Re: lilypond v2.13.54

2011-03-22 Thread -Eluze
can use System Path Commander, a free utility found at http://www.donationcoder.com/Software/Other/Spc/index.html ! it allows to view and manage path entries. you have to run it with administrators rights. cheers Eluze -- View this message in context: http://old.nabble.com/Re%3A-lilypond

Re: Overextended extenders

2011-03-27 Thread -Eluze
Michael Welsh Duggan-4 wrote: When including a small descant lyric line, an extender at the end may end up extending indefinitely. with version 2.13.18 this seems ok but starting with 2.13.19 this strange behaviour shows up! -- View this message in context:

header items: use #f or ##f ?

2011-03-31 Thread -Eluze
: Music C++: Music((text . f))((display-methods #procedure #f (event parser)) (name . AbsoluteDynamicEvent) (types general-music event dynamic-event absolute-dynamic-event)) cheers Eluze -- View this message in context: http://old.nabble.com/header-items%3A-use--f-or---f---tp31285098p31285098.html

tie does not avoid collision with sforzato

2011-04-15 Thread -Eluze
\relative c'' { \override Voice.Script #'staff-padding = #'() % only necessary for 2.13.10 \stemUp c4 ~ c4- } produces different output with 2.13.9 and 2.13.10 (or higher) noteable is the collision with the accent. http://old.nabble.com/file/p31403595/2.13.9.preview.png

Re: tie does not avoid collision with sforzato

2011-04-17 Thread -Eluze
-Eluze wrote: \relative c'' { \override Voice.Script #'staff-padding = #'() % only necessary for 2.13.10 \stemUp c4 ~ c4- } produces different output with 2.13.9 and 2.13.10 (or higher) noteable is the collision with the accent. http://old.nabble.com/file/p31403595/2.13.9

using multiple \header in a block prints only the latest items

2011-05-09 Thread -Eluze
{ \header { composer = Composer } \header { piece = Piece } \score { \new Staff { c'4 } \header { piece = New piece % overwrite previous one } } % } bug or wrong documentation or my misunderstanding? cheers Eluze -- View this message in context: http

page break after book header block/before bookpart

2011-05-10 Thread -Eluze
will not be overwritten by the book part header). incidently breakbefore = ##t does not have this effect. cheers Eluze -- View this message in context: http://old.nabble.com/page-break-after-book-header-block-before-bookpart-tp31583326p31583326.html Sent from the Gnu - Lilypond - Bugs mailing

Re: page break after book header block/before bookpart

2011-05-10 Thread -Eluze
of issue… not too severe, but the workaround should be explained. independent of this decision (intention or bug), the chapter about title and headers should explain the consequences. please let me know if i can be of any help in this! cheers Eluze -- View this message in context: http

Re: erroneous output of treble clef using staff size 18

2011-05-12 Thread -Eluze
. Using Debian squeeze here. Thanks a lot! no problem with windows (vista) - did you try other versions or png output? is the problem reproduced there? Eluze -- View this message in context: http://old.nabble.com/erroneous-output-of-treble-clef-using-staff-size-18-tp31603368p31603628.html Sent from

Re: 2nd-voice \stemDown ignored with cross-staff stems

2011-05-21 Thread -Eluze
of your output? Eluze -- View this message in context: http://old.nabble.com/2nd-voice-%5CstemDown-ignored-with-cross-staff-stems-tp31672157p31672519.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. ___ bug-lilypond

\cjan

2011-05-31 Thread -Eluze
-- View this message in context: http://old.nabble.com/%5Ccjan-tp31746469p31746469.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-lilypond@gnu.org

\change Staff does not work in the very beginning

2011-06-01 Thread -Eluze
the voices - inserting s1*0 - adding \key … (but not \clef or \time) - using an \override of a grob attribute (e.g. \override NoteHead #'color = #black) cheers Eluze -- View this message in context: http://old.nabble.com/%5Cchange-Staff-does-not-work-in-the-very-beginning-tp31746913p31746913.html Sent

probably old link to 2.12.3

2011-06-20 Thread -Eluze
with lilypond.org/web i am directed to the above mentioned version! cheers Eluze -- View this message in context: http://old.nabble.com/probably-old-link-to-2.12.3-tp31889923p31889923.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com

fingerings with fingeringOrientations = #'(up left)

2011-06-25 Thread -Eluze
orientations all the time. and the actual behaviour often held me or my wife off adding fingerings - it's easier to write them by hand! thanks Eluze -- View this message in context: http://old.nabble.com/fingerings-with-fingeringOrientations-%3D--%27%28up-left%29-tp31925147p31925147.html Sent from

Re: fingerings with fingeringOrientations = #'(up left)

2011-06-26 Thread -Eluze
://old.nabble.com/file/p31929942/chord%2Bfingering.png \version 2.15.2 \relative { \set fingeringOrientations = #'(up right) a-0 e'-1 a-2 cis-3 e-0 1 a e' g-0 cis e % the chord with corrected fingering \set fingeringOrientations = #'(right) a e' g-0 cis e 1 } thanks Eluze -- View

Re: fingerings with fingeringOrientations = #'(up left)

2011-06-26 Thread -Eluze
-Eluze wrote: you might call it a design error - here is short example: http://old.nabble.com/file/p31929942/chord%2Bfingering.png \version 2.15.2 \relative { \set fingeringOrientations = #'(up right) a-0 e'-1 a-2 cis-3 e-0 1 a e' g-0 cis e % the chord with corrected

after \once \set fingeringOrientations… Lilypond falls back to #up

2011-07-04 Thread -Eluze
. the way it works now the use of \once is needless because you must reset the fingeringOrientation to whatever you had defined before! cheers Eluze -- View this message in context: http://old.nabble.com/after-%5Conce-%5Cset-fingeringOrientations%E2%80%A6-Lilypond-falls-back-to--up

Re: after \once \set fingeringOrientations… Lilypond falls back to #up

2011-07-04 Thread -Eluze
Dmytro O. Redchuk-2 wrote: On Mon 04 Jul 2011, 01:43 -Eluze wrote: the code \relative { \set fingeringOrientations = #'(left) e -11 | \once \set fingeringOrientations = #'(right) e -1 | e -1 | } produces http://old.nabble.com/file/p31987692/chord%2Bfingering

Re: after \once \set fingeringOrientations… Lilypond falls back to #up

2011-07-04 Thread -Eluze
Dmytro O. Redchuk-2 wrote: On Mon 04 Jul 2011, 04:22 -Eluze wrote: btw: writing fingeringOrientations = #'right brings Lilypond to crash! It does not here (ubuntu linux 64bit): $ cat test.ly \relative { \once \set fingeringOrientations = #'right e -1 } $ LANG=C lilypond

Re: after \once \set fingeringOrientations… Lilypond falls back to #up

2011-07-04 Thread -Eluze
situation as buggy but certainly worth to be thought over, documented or even changed! in any case - if i missed something please let me know! cheers Eluze -- View this message in context: http://old.nabble.com/after-%5Conce-%5Cset-fingeringOrientations%E2%80%A6-Lilypond-falls-back-to--up

Re: Issue 153 in lilypond: \once \set fails to restore previous setting

2011-07-06 Thread -Eluze
to right - you can \unset this and automatically the Voice setting would be recovered - this is much easier than redefining the voice specific fingeringOrientations. can this be taken as a feature/enhancement request? thanks Eluze -- View this message in context: http://old.nabble.com/Re%3A

\displayLilyMusic causes error with \addFingering from LSR 768

2011-07-14 Thread -Eluze
this code \version 2.15.5 \displayLilyMusic { \addFingering a #-5 } reports in the log: GNU LilyPond 2.15.5 Processing `test.ly' Parsing...ERROR: No applicable method for #extended-generic map (0) in call (map #procedure #f (tweak) #f) without \displayLilyMusic it works. cheers Eluze

Re: Issue 1764 in lilypond: \displayLilyMusic causes error with \addFingering from LSR 768

2011-07-14 Thread -Eluze
great that \displayLilyMusic now also shows tweaks in a chord! there is another question (may be i should start a new post for that?): { b - \tweak #'direction #-1 -5 } does not have any effect: the fingering is still above the note?! what am i missing? thanks for your help Eluze -- View

Re: Issue 1764 in lilypond: \displayLilyMusic causes error with \addFingering from LSR 768

2011-07-17 Thread -Eluze
Neil Puttock wrote: On 14 July 2011 22:25, -Eluze elu...@gmail.com wrote: there is another question (may be i should start a new post for that?):  { b - \tweak #'direction #-1 -5 } does not have any effect: the fingering is still above the note?! what am i missing? It works like

lyrics misaligned when nested in a 2nd lyric line

2011-07-22 Thread -Eluze
://old.nabble.com/file/p32114099/bug%2Blyrics%2Bw%2Brepeats%2Bsmall.png where the text of the 2nd line is left-aligned to the notes. thanks Eluze -- View this message in context: http://old.nabble.com/lyrics-misaligned-when-nested-in-a-2nd-lyric-line-tp32114099p32114099.html Sent from the Gnu

Re: lyrics misaligned when nested in a 2nd lyric line

2011-07-22 Thread -Eluze
Xavier Scheuer wrote: On 22 July 2011 11:59, -Eluze elu...@gmail.com wrote: maybe this is related to issue 1621 http://code.google.com/p/lilypond/issues/detail?can=1q=1621 where nested lyrics mishandle the alignment. but it's not exactly the same and i don't see a way to apply

Re: lyrics misaligned when nested in a 2nd lyric line

2011-07-22 Thread -Eluze
Xavier Scheuer wrote: On 22 July 2011 13:16, -Eluze elu...@gmail.com wrote: indeed - this works! thanks! Eluze ps: did you see my post from yesterday - it seems to appear on many lists but not on nabble! Yes, I saw it. The same workaround should work there too, isn't it? yes

Re: Issue 1733 in lilypond: \displayLilyMusic ignores \tweak

2011-07-24 Thread -Eluze
= #'if-no-beam \music s4^'if-no-beam \override TupletBracket #'bracket-visibility = ##t \music s4^#t \override TupletBracket #'bracket-visibility = ##f \music s4^#f } } \displayLilyMusic also reacts differently on each. Eluze -- View this message in context: http://old.nabble.com/Issue-1733

Re: Explicit fingering direction (^3) has no effect if Fingering #'direction is set

2011-09-04 Thread -Eluze
direction (^ or _) overrides the Grob's direction. using \set fingeringOrientations = #'(…) to set directions you can override its behavior ad hoc (with _ or ^)! cheers Eluze -- View this message in context: http://old.nabble.com/Explicit-fingering-direction-%28%5E3%29-has-no-effect

add a parameter/variable to control the spacing of lines in a score

2011-09-13 Thread -Eluze
this. thanks Eluze -- View this message in context: http://old.nabble.com/add-a-parameter-variable-to-control-the-spacing-of-lines-in-a-score-tp32459252p32459252.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. ___ bug-lilypond

Re: Manual page breaks

2011-09-18 Thread -Eluze
page and Movement II and III together on a second page. But the \pageBreak is ignored. How does this work? Greetings, Ed it seems this behavior has been introduced with version 2.15.9 - versions before handle the pagebreaks correctly. Eluze -- View this message in context: http

Re: Manual page break in a user defined variable

2011-09-22 Thread Eluze
it works with #(define myPageBreak pageBreak) Eluze ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Issue 1915 in lilypond: slurs don\'t avoid other voices

2011-09-22 Thread eluze
the beam? i'd prefer to have the slur in the same direction as the following ones. thanks Eluze ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

\book / \bookpart error with \layout {} outside of the \score

2011-09-25 Thread -Eluze
block \layout { … … fatal error: failed files: tenuto padding.ly in most cases the output (pdf) is still produced. thanks Eluze -- View this message in context: http://old.nabble.com/%5Cbook---%5Cbookpart-error-with-%5Clayout-%7B%7D-outside-of-the-%5Cscore-tp32503915p32503915.html Sent from

Re: \book / \bookpart error with \layout {} outside of the \score

2011-09-25 Thread eluze
i have to correct myself - output is produced but putting something in the \layout block is disregarded. Eluze ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

wrong alignment when repeating music with different text on one line

2011-10-10 Thread -Eluze
with the following code - derived from the example in NR under Lyrics and Repeats - the text of the 2nd lyric voice is not correctly aligned. this seems to happen when such repeats occur on the same line/system only. Eluze \new Staff { \new Voice = singleVoice { \relative c

Re: Windows install clobbered system PATH

2011-10-17 Thread -Eluze
. Eluze -- View this message in context: http://old.nabble.com/Windows-install-clobbered-system-PATH-tp32570379p32665386.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-lilypond@gnu.org

Re: wrong alignment when repeating music with different text on one line

2011-10-17 Thread -Eluze
paconet.org wrote: 2011/10/16 -Eluze elu...@gmail.com: Phil Holmes-2 wrote: This looks to me like correct behaviour.  You've created extra Lyrics contexts, and Lilypond stacks them one above the other.  This is as illustrated in the NR.  If I was doing what you're showing, I would use

Re: wrong alignment when repeating music with different text on one line

2011-10-21 Thread -Eluze
- maybe a solution to this could be found. is there a reason why this approach is not supported or propagated!? thanks Eluze ps: i'm not so much interested in discussing if it is a bug or not - it is just a difficult situation to handle with the normal usage of temporary contexts. pps

Re: wrong alignment when repeating music with different text on one line

2011-10-22 Thread -Eluze
Francisco Vila wrote: 2011/10/17 -Eluze elu...@gmail.com: yes - but the problem is when they are on the same line! here is a solution to the problem you mention above. it obviously prevents the lyrics contexts to die: \score {      \new Staff \music    \new Lyrics = line1    \new

Re: wrong alignment when repeating music with different text on one line

2011-10-22 Thread -Eluze
Graham Percival-3 wrote: On Fri, Oct 21, 2011 at 01:58:41PM -0700, -Eluze wrote: sorry to insist on this topic - but since i could not find any documentation about my approach i would like to make sure it will last longer (at least it was also working with 2.12.3). I haven't been

Re: nobody cares about LSR, part 2 (was: wrong alignment...)

2011-10-23 Thread -Eluze
2.12.3. i think it should be added as a bug (and the snippet deleted)! thanks Eluze, #9794 -- View this message in context: http://old.nabble.com/wrong-alignment-when-repeating-music-with-different-text-on-one-line-tp32622828p32708011.html Sent from the Gnu - Lilypond - Bugs mailing list archive

Re: Problem with glissandi in 2.15.15

2011-10-28 Thread -Eluze
Nick Payne-3 wrote: I'm using glissandi to indicate slides in fingering. The following code should give me a glissando between the fingering digits (it did in older versions), but on 2.15.15 I get no glissando at all: \version 2.15.15 \relative c'' { \override Fingering

Re: Issue 2083 in lilypond: \\break in alternative causes score to split

2011-12-07 Thread Eluze
\relative c' d } if in your example you only use \music once everything looks OK! Eluze ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Set global staff size as command line option

2011-12-08 Thread Eluze
Windows has a crappy command line. Try using double quotes instead of the single quotes ' suggested above. thanks for the hint - it works now! maybe a hint in Usage whould help (is a dokumentatlist listening …)?! Eluze ___ bug-lilypond mailing

using quotes in command-line-commands under Windows

2011-12-08 Thread Eluze
to add a general information in or after the following line The following options are supported: [under Windows - where quotes are needed - double-quotes must be used!] Eluze ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org

Re: using quotes in command-line-commands under Windows

2011-12-08 Thread Eluze
David Kastrup dak at gnu.org writes: Eluze eluzew at gmail.com writes: in http://lilypond.org/doc/v2.15/Documentation/usage/command_002dline- usage#Command-line-options-for-lilypond there are examples using single quotes: lilypond -e '(define-public a 42)' -dpoint-and-click='#f

Re: Issue 2090 in lilypond: Add documentation for command line quoting on Windows

2011-12-09 Thread Eluze
, enter Quoted Argument as Quoted Argument. … i'm not sure where to put this - could it go to the paragraph about *Standard shell commands* right above - maybe with a pointer to it in the paragraph *command line options*? Eluze ___ bug-lilypond

loglevel=ERROR still emits Warning message

2011-12-11 Thread -Eluze
: … or similar. thanks for having a look at this! Eluze -- View this message in context: http://old.nabble.com/loglevel%3DERROR-still-emits-Warning-message-tp32954783p32954783.html Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com

documentation: precising -dpreview

2011-12-16 Thread -Eluze
is generated. a file of the form myFile.preview.extension is generated. and a hint how to only generate the preview without the standard output should point to the print-pages option just below: see also option -dprint-pages / -dno-print-pages below thanks Eluze -- View this message in context

documentation of include-settings in Usage

2011-12-16 Thread -Eluze
hi is there a reason why -dinclude-settings is not mentioned in the Usage Manual? for me that's the place where i would look for details or for the option itself! thanks Eluze -- View this message in context: http://old.nabble.com/documentation-of-include-settings-in-Usage

  1   2   3   4   5   >