Re: Compiler layout parameters

2014-02-26 Thread Eluze
it make any sense to you? certainly this makes sense! you can use \layout{ \context{ \Voice \remove New_fingering_engraver } } to remove the fingering in a compilation. best put this in a file which you can include or not when invoking LilyPond. Eluze -- View this message

Re: Written-out arpeggio with tuplet, cross-staff, ties

2014-02-26 Thread Eluze
Javier Ruiz-Alma wrote Solved overlaying a 2nd voice with cross-staff stems [...] thanks for sharing this solution - maybe it's worth to be recorded in the LSR?! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Written-out-arpeggio-with-tuplet-cross-staff

Re: Written-out arpeggio with tuplet, cross-staff, ties

2014-02-26 Thread Eluze
Javier Ruiz-Alma wrote Hi Eluze, I tried to add this to LSR, but the facility supports syntax only up to 2.14. This being a demo of waitForTie with tuplet rhythm and crossStaff (not available in 2.14), just couldn't get a snippet this facility would accept. Once issue 2270 is progressed

Re: Problem with slur priority

2014-02-21 Thread Eluze
\override TupletNumber.direction = #DOWN \tuplet 3/2 { f8[( e]) f } \tuplet 3/2 { g8[( f]) g } \tuplet 3/2 { a8[( g]) a } \once \override TupletNumber.avoid-slur =#'outside \once \override TupletNumber.extra-offset=#'(0 . 1.3) \tuplet 3/2 { b8[( a]) b } } \version 2.19.2 Eluze -- View

Re: piece title

2014-02-21 Thread Eluze
-vertical-spacing-paper-variables, specifically the /List of flexible vertical spacing \paper variables/ hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/piece-title-tp159622p159646.html Sent from the User mailing list archive at Nabble.com

Re: Continuing issues with variable \markup issues in footers

2014-02-19 Thread Eluze
} \on-the-fly #first-page \fill-line { \with-color #red \fromproperty #'header:copyright } } } } \header {copyright=copyright } { c d e f \pageBreak c d e f } and there are plenty of variations! please also keep your answers in the topic! Eluze -- View this message in context

Re: Printing Copyright on title page

2014-02-17 Thread Eluze
\on-the-fly #first-page \fromproperty #'header ... } hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Printing-Copyright-on-title-page-tp159474p159477.html Sent from the User mailing list archive at Nabble.com. ___ lilypond

Re: \context \voice override previous \context voice

2014-02-14 Thread Eluze
use a specific engraver in each voice with \new Voice = sop \with { \consists \Ez_numbers-engraver } Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/context-voice-override-previous-context-voice-tp159286p159288.html Sent from the User mailing list archive

Re: Lines and Ties and Slurs oh my!

2014-02-14 Thread Eluze
of a tiny example!? thanks! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Lines-and-Ties-and-Slurs-oh-my-tp159306p159315.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: consolidate code

2014-02-11 Thread Eluze
is doing except they display numbers or solfege.  you could at least specify where the code you use is coming from! thanks! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/consolidate-code-tp159125p159126.html Sent from the User mailing list archive at Nabble.com

Re: consolidate code

2014-02-11 Thread Eluze
David Nalesnik-2 wrote Hi, On Tue, Feb 11, 2014 at 3:35 PM, Phil Holmes lt; mail@ gt; wrote: OK - so this tiny example is 107 lines of code. - Original Message - *From:* MING TSANG lt; tsang94@ gt; *To:* -Eluze lt; eluzew@ gt; ; lilypond-user mailinglistlt

Re: Breton bagpipe notation

2014-02-10 Thread Eluze
might also be interested in follow ups to this question Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Fwd: [SNIPPET] Text with Lettrine

2014-02-09 Thread Eluze
lettrine parameter 2 capitalized text parameter 3 flow text (without deeper thoughts) thanks for your effort so far! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Fwd-SNIPPET-Text-with-Lettrine-tp159028p159065.html Sent from the User mailing list archive

Re: Breton bagpipe notation

2014-02-09 Thread Eluze
{ ... can you simply reverse the definitions in the \layout section? or can you give a tiny example how this should look like? Scottish and Breton? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Breton-bagpipe-notation-tp159010p159066.html Sent from the User mailing

Re: Breton bagpipe notation

2014-02-09 Thread Eluze
Eluze wrote guocuozuoduo wrote Is it possible to setup the basic template for Breton bagpipe notation? (as opposed to Scottish notation, Breton notation has all melody notes stem-up and all grace notes/embellishments stem-down.) can you simply reverse the definitions in the \layout

Re: header not showing bookpart-score header info

2014-02-08 Thread Eluze
-level \header blocks now you can define piece at top-level as well as in the \score-header: \bookpart { \header { piece = ##f } \score { { ... } } \header { piece = wonderful} } and - unexpectedly - wonderful will spread over the whole score... Eluze -- View this message

Re: Difficulties encountered while making snippets (to be used as musical quotations inside an article)

2014-02-07 Thread Eluze
? please come back if there are still problems or it isn't satisfactory! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Difficulties-encountered-while-making-snippets-to-be-used-as-musical-quotations-inside-an-article-tp158934p158958.html Sent from the User

Re: Tempo placement

2014-02-03 Thread Eluze
Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Tempo-placement-tp158722p158779.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Layout issue when parsing line

2014-02-02 Thread Eluze
Noeck wrote well - the collision avoidance behavior of LilyPond may not be optimal here but you can simply -\tweak Glissando.Y-offset #-.5 there might be other solutions (just ask if you're not happy with this) Eluze Maybe he is happy with it. I am not quite, because it shifts

Re: Layout issue when parsing line

2014-02-02 Thread Eluze
? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Layout-issue-when-parsing-line-tp158730p158760.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Tempo placement

2014-02-02 Thread Eluze
. These objects include ambitus, breathing-sign, clef, custos, staff-bar, left-edge, key-cancellation, key-signature, and time-signature. Each type of object has its own default reference point, to which rehearsal marks are aligned you'll have to determine the reference point you like. hth - a bit Eluze

Re: Layout issue when parsing line

2014-02-01 Thread Eluze
to a documentation page where I may do so myself. Thank you! well - the collision avoidance behavior of LilyPond may not be optimal here but you can simply -\tweak Glissando.Y-offset #-.5 there might be other solutions (just ask if you're not happy with this) Eluze -- View this message

Re: Removing markups in piano reduction

2014-01-30 Thread Eluze
Joshua Nichols wrote I'm sorry, it should read #'none. It does not work even there. \layout{ \context{ \Staff \override DynamicTextSpanner.style = #'none } } Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Removing-markups-in-piano-reduction

Re: Removing markups in piano reduction

2014-01-29 Thread Eluze
correctly: - it says none, not invisible - you apply it to the wrong context - since you didn't show your code Glen assumed your dynamics are in a Dynamics context - put the override in the correct context and it works! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com

Re: Weird behaviour of new NullVoice feature

2014-01-27 Thread Eluze
and I've created https://code.google.com/p/lilypond/issues/detail?id=3825colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary for this thanks for reporting it! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Weird-behaviour-of-new-NullVoice-feature

Re: understanding midi files

2014-01-27 Thread Eluze
the help information Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/understanding-midi-files-tp158500p158518.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user

Re: how to display a predefined guitar fretboard inside a \markup block

2014-01-27 Thread Eluze
David Kastrup wrote Federico Bruni lt; fedelogy@ gt; writes: 2014/1/27 Eluze lt; eluzew@ gt; pleas always check the log - it says: warning: no systems found in \score markup, does it have a \layout block? does this help? oops, stupid me! Frankly, I think we might want

Re: Hairpin to the last bar line

2014-01-26 Thread Eluze
the hairpin to the bar line though there are error messages. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Hairpin-to-the-last-bar-line-tp158475p158476.html Sent from the User mailing list archive at Nabble.com

Re: Hairpin to the last bar line

2014-01-26 Thread Eluze
for the possible reasons of this error (bug list/tracker)? is there an override/setting missing? is it a bug? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Hairpin-to-the-last-bar-line-tp158475p158490.html Sent from the User mailing list archive at Nabble.com

Re: Hairpin to the last bar line

2014-01-26 Thread Eluze
the last (null-)event. thanks for clarifying! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Hairpin-to-the-last-bar-line-tp158475p158502.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user

Re: how to display a predefined guitar fretboard inside a \markup block

2014-01-26 Thread Eluze
I think what Patrick tells is the way to do it: to display the fret diagram as defined in the mentioned just add \new FretBoards \myChords in the appropriate place! was that your question? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/how-to-display

Re: how to display a predefined guitar fretboard inside a \markup block

2014-01-26 Thread Eluze
{ \set chordChanges = ##t \myChords } \new FretBoards { %\set chordChanges = ##t \myChords } } } pleas always check the log - it says: warning: no systems found in \score markup, does it have a \layout block? does this help? Eluze -- View

Re: Shape of individual ties in chords

2014-01-24 Thread Eluze
it is /E. LilyPond index/ , but in /D. LilyPond command index/ it's missing, indeed I wonder, after the introduction of repeating pitches and chords with a simple duration in 2.19.1(?), if there is good reason to keep this command!? Eluze -- View this message in context: http://lilypond.1069038

Re: Shape of individual ties in chords

2014-01-24 Thread Eluze
Richard Shann-2 wrote searching for the *word* q would help: ??? I tried both indices, clicked on the alphabetical Q link and got a list which doesn't include q, what else could I do? see above Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Shape

Re: Label placed at end of \book not recognised in \paper

2014-01-21 Thread Eluze
. if you let LP do its own layout it should work correctly. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Label-placed-at-end-of-book-not-recognised-in-paper-tp158222p158294.html Sent from the User mailing list archive at Nabble.com

Re: Label placed at end of \book not recognised in \paper

2014-01-20 Thread Eluze
{} to enable the label to be evaluated. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Label-placed-at-end-of-book-not-recognised-in-paper-tp158222p158226.html Sent from the User mailing list archive at Nabble.com. ___ lilypond

Re: Large gap in text.

2014-01-20 Thread Eluze
. I think it's strange behavior. instead of page breaking you can start a new \bookpart! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Large-gap-in-text-tp158151p158232.html Sent from the User mailing list archive at Nabble.com

Re: Label placed at end of \book not recognised in \paper

2014-01-20 Thread Eluze
Tom van der Hoeven wrote it worked, and as a bonus it gave me an extra blanco page. I don't get a special page - example?! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Label-placed-at-end-of-book-not-recognised-in-paper-tp158222p158254.html Sent from the User

Re: A follow-up on Roman numeral code.

2014-01-19 Thread Eluze
? please see in NR print-first-page-number=##t Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/A-follow-up-on-Roman-numeral-code-tp158183p158185.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user

Re: SOR: LES FOLLIES D'ESPAGNE

2014-01-19 Thread Eluze
thanks for sharing your PDF MIDI AND LILYPOND SOURCES! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/SOR-LES-FOLLIES-D-ESPAGNE-tp158194p158215.html Sent from the User mailing list archive at Nabble.com. ___ lilypond

Re: Fixed (absolute) line spacing in markup column

2014-01-15 Thread Eluze
'(0 . 0) (cons 0 (abs (/ amount o-s)) #(define-markup-command (put-mm layout props dir amount arg) (ly:dir? number? markup?) (interpret-markup layout props (markup #:put-adjacent Y dir arg #:mm-feed amount))) Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com

Re: (no subject)

2014-01-15 Thread Eluze
jensgc wrote Eluze wrote you can define the spanner in its own (dynamic) context and move it wherever you want: thanks for the answer. I am aware of the possibility to have the dynamics in a separate voice - and it might be the solution here. I am however not fond of having to enter

Re: (no subject)

2014-01-14 Thread Eluze
s1 } \new Dynamics \myDynamics \new Staff { R1*3 } \new ChoirStaff ... ... Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/no-subject-tp157866p157871.html Sent from the User mailing list archive at Nabble.com

Re: Rest skipped in MIDI when music starts with it

2014-01-12 Thread Eluze
Result: The MIDI file starts without a rest in the first bar. The rest in the 3rd bar behaves normally. Is this a bug, or intentional? I can't reproduce that - could it be your midi player is wrong? can you post the (converted) midi files? Eluze -- View this message in context: http

Re: How to align object with far right edge of all kinds of barline?

2014-01-12 Thread Eluze
be a pain in the butt, and may not work for all staff sizes. can you share your code so far?! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-align-object-with-far-right-edge-of-all-kinds-of-barline-tp157760p157762.html Sent from the User mailing list archive

Re: What should be the default B7 chord?

2014-01-11 Thread Eluze
)? why not barred on fret 7 - it's easy to play (at least easier than your 1st example), you can strum all strings and in many cases it fits better. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/What-should-be-the-default-B7-chord-tp157648p157668.html Sent from

Re: Moving Ottava Text

2014-01-10 Thread Eluze
Nick Baskin wrote Eluze, Apologies for being unclear! I've attached a minimal example that I hope will demonstrate what I mean. Notice how the 8va text collides with the beam; I would like to move the 8va text to the left to avoid this collision, and cannot figure out how to do so. Changing

Re: Automatic octaves

2014-01-10 Thread Eluze
'' \relative c' { a b c d e f g a } or \myoctavate c, \relative c' { a b c d e f g a } would give the wanted result. but for the \relative issue I can't figure out a solution (unless you want to define two functions, one for relative and one for absolute entry) Eluze

Re: baseline-referenced text/markups?

2014-01-09 Thread Eluze
\default \tempo going going going. R1 } http://lilypond.1069038.n5.nabble.com/file/n157511/test3.png in this example the 1st measure is much longer than the text requires - expected behavior? bug? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/baseline

Re: Moving Ottava Text

2014-01-09 Thread Eluze
just hope this fits: \set Staff.ottavation = \markup { Text \hspace #4 } Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Moving-Ottava-Text-tp157524p157535.html Sent from the User mailing list archive at Nabble.com

Re: Open string tunings for guitar

2014-01-08 Thread Eluze
Fulvio Turra wrote It works, but there's too much space between the string names and the tab. ... Is there a way to move the string names a bit to the right? you can add \hspace #7 before the column Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Open

Re: Open string tunings for guitar

2014-01-08 Thread Eluze
Fulvio Turra wrote Hi Eluze, thanks for your suggestion. I inserted \hspace #-7 before \column: in the attachment you can see the result. *before the column* means before the specs for the column: \set TabStaff.instrumentName = \markup { \hspace #7 \override #'(baseline-skip . 1.5

Re: Open string tunings for guitar

2014-01-08 Thread Eluze
installed, so there should be no difference Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Open-string-tunings-for-guitar-tp157175p157419.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: Autochange not working

2014-01-08 Thread Eluze
automatically there is: A \relative section that is outside of \autochange has no effect on the pitches of the music, so if necessary, put \relative inside \autochange. hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Autochange-not-working-tp157471p157472.html

Re: Articulated tremolo problem

2014-01-06 Thread Eluze
thanks both - added as https://code.google.com/p/lilypond/issues/detail?id=3783thanks=3783ts=1389001131 in the issue tracker Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Articulated-tremolo-problem-tp157216p157220.html Sent from the User mailing list archive

Re: Automatic octaves

2014-01-05 Thread Eluze
)) (new-pitch (ly:make-pitch octave [...] instead of this (broken) snippet you could use dak's most elegant and short proposal: http://lilypond.1069038.n5.nabble.com/quot-Octave-quot-script-in-Frescobaldi-td152801.html#none Eluze -- View this message in context: http://lilypond.1069038

Re: Learning LilyPond, comments invited

2014-01-03 Thread Eluze
, doesn't it? this said, I also prefer the form { \addKey \staffOneNotes } Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Learning-LilyPond-comments-invited-tp156969p157038.html Sent from the User mailing list archive at Nabble.com

Re: upgrade and convert-ly

2013-12-31 Thread Eluze
simply rename it or move it to another folder so the installer can install LilyPond in the default folder! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/upgrade-and-convert-ly-tp156715p156809.html Sent from the User mailing list archive at Nabble.com

Re: convert-ly gives unexpected output

2013-12-30 Thread Eluze
Tom Cloyd-2 wrote Running convert-ly (from Frescobaldi) on a score, I get this at the top of the code: \version 2.17.97 Didn't quite expect THAT! sorry I have to ask that - which version are you using (in Frescobaldi)? in my environment I get the version I'm running (2.18.0) Eluze

Re: after-title-space

2013-12-28 Thread Eluze
for hours (if not days) now. the preferred way is most often detected/delivered by convert-ly.py - try it! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/after-title-space-tp35167p156632.html Sent from the User mailing list archive at Nabble.com

Re: after-title-space

2013-12-28 Thread Eluze
setting! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/after-title-space-tp35167p156634.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Possible bug with TrillSpanner.to-barline?

2013-12-26 Thread Eluze
| \trillspanNormal c1\stopTrillSpan\startTrillSpan | } try it in the Staff context: \override Staff.TrillSpanner.to-barline = ##t Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Odp: hotrizontal spacing question

2013-12-23 Thread Eluze
with \layout{\context{ \Score \override SpacingSpanner #'uniform-stretching = ##t }} improves the spacing significantly! see also https://code.google.com/p/lilypond/issues/detail?can=1q=3304colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summaryid=3304 for more contributions. Eluze

Re: How to create proper horizontal offsets?

2013-12-21 Thread Eluze
the warning about clashes. if you put the as in a voice with clear settings (\voiceOne,...) opposite to that in the cued voice there will be no more collision and you might even omit the manual shifting. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/How-to-create

Re: Odp: hotrizontal spacing question

2013-12-21 Thread Eluze
karol wrote Unfortunately uniform-stretching doesn't work here. and it's also recommended there to use proportionalNotationDuration = #(ly:make-moment 1/200) % choose your number! to improve the results! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com

Re: How to create proper horizontal offsets?

2013-12-21 Thread Eluze
Marten Visser wrote Eluze eluzew at gmail.com writes: when you transpose from as to c in the middle staff position the stem direction changes - this is producing the warning about clashes. if you put the as in a voice with clear settings (\voiceOne,...) opposite

Re: Odp: hotrizontal spacing question

2013-12-21 Thread Eluze
karol wrote Seems that \override NoteHead.extra-spacing-height = #'(-inf.0 . +inf.0) is the right solution. interesting - do you have experiences with this in more complex situations (polyphonic, more than one staff...) Eluze -- View this message in context: http://lilypond.1069038.n5

RE: delayed turn

2013-12-20 Thread Eluze
presented in the manual ( and copied in my exampled) does not produce in my work the same as is in the manual? I couldn't find your example with turns and fingering. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156165.html Sent from the User

RE: delayed turn

2013-12-20 Thread Eluze
Mark Stephen Mrotek wrote It is here, http://lists.gnu.org/archive/html/lilypond-user/2013-12/txtHVW62yOy_y.txt this is a archive/mailing list! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156185.html Sent from the User mailing list

should braces be re-introduced in LSR 503

2013-12-20 Thread Eluze
adding this to the user list: Amreg wrote Le 04/12/2013 00:38, Eluze a écrit : the source in http://www.lilypond.org/doc/v2.17/Documentation/snippets/vocal-music#vocal-music-vertically-centered-common-lyrics starts with \include english.ly leftbrace = \markup { \override #'(font-encoding

RE: delayed turn

2013-12-20 Thread Eluze
TextScript #'outside-staff-priority = ##f what's the result if you do so? do you really need the extra-offset? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156204.html Sent from the User mailing list archive at Nabble.com

RE: delayed turn

2013-12-20 Thread Eluze
Mark Stephen Mrotek wrote Eluze, As far as I can see the code you suggest is what is used (see the attachment provided) as copied from http://lilypond.org/doc/v2.16/Documentation/notation/expressive-marks-attached-to-notes What can I do if Lilypond confuses itself? afaics the code

Re: delayed turn

2013-12-19 Thread Eluze
and can interfere! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/delayed-turn-tp156135p156145.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Increasing space for lyrics for one part of a verse

2013-12-17 Thread Eluze
Lyrics \with{ \override VerticalAxisGroup.nonstaff-relatedstaff-spacing = #'((minimum-distance . 9)) } hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Increasing-space-for-lyrics-for-one-part-of-a-verse-tp155892p156058.html Sent from the User mailing list

Re: Setting to print articulations inside the staff

2013-12-17 Thread Eluze
(version 2.17.97) Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Setting-to-print-articulations-inside-the-staff-tp156064p156070.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: Increasing space for lyrics for one part of a verse

2013-12-16 Thread Eluze
the vertical spacing at that place. Is it possible to increase the spacing there inside the lyricmode? hi Tom can you illustrate this with a picture and a piece of code, please! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Increasing-space-for-lyrics-for-one-part

Re: place variable definition

2013-12-16 Thread Eluze
. if with 'variable definition' you mean the assignment of a music expression to a variable the answer is /yes/! there are other variables which may be defined in their specific environment: \paper, \header ... Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/place

instrument name collision in grouped staves

2013-12-11 Thread Eluze
\RemoveEmptyStaves \override VerticalAxisGroup.remove-first = ##t } { R f } (how) can this be prevented? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/instrument-name-collision-in-grouped-staves-tp155576.html Sent from the User mailing list archive

Re: LilyPond 2.17.97 released!

2013-12-09 Thread Eluze
couldn't find the windows version! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Re-LilyPond-2-17-97-released-tp155413p155414.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: LilyPond 2.17.97 released!

2013-12-09 Thread Eluze
I've just been informed by Phil that due to internet connection problems during the upload not all files have reached the server - this will be fixed as soon as possible! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Re-LilyPond-2-17-97-released-tp155419.html

Re: still no ultimate way to create three-staff piano layout

2013-12-09 Thread Eluze
above is applied I'm sorry I can't even see a workaround - I'll report this issue to the bug list. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/still-no-ultimate-way-to-create-three-staff-piano-layout-tp153648p155440.html Sent from the User mailing list archive

Re: still no ultimate way to create three-staff piano layout

2013-12-08 Thread Eluze
\new Staff \music \new Staff \music \new StaffGroup \new Staff \music \new Staff \music \new Staff \music } does this work for you? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/still-no-ultimate-way-to-create-three

Re: still no ultimate way to create three-staff piano layout

2013-12-08 Thread Eluze
karol wrote Hi Eluze, it works, but only if all three piano-staves are visible. When staff 'c' is empty (hidden), distance between 'b' and 'd' is smaller than it should be. No idea how to solve this... what if you augment the value in the PianoStaff: \new PianoStaff

Re: Basic command line question

2013-12-02 Thread Eluze
Eluze wrote 胡海鹏 - Hu Haipeng wrote I have not used command line for several years. Now I'd like to use musicxml2ly, and have forgotten how I invoked it in 2008. I first run cmd.exe on XP, changing to d:\my documents, then musicxml2ly overture.xml. But the prompt said that musicxml2ly

Re: Basic command line question

2013-12-02 Thread Eluze
variable /path/ - check this with the command /set path/ if the above folder is not in the variable you can invoke the procedure with C:\Program Files (x86)\LilyPond\usr\bin\musicxml2ly yourfile.xml if that doesn't work I'd suggest to reinstall LilyPond (with the installer) Eluze -- View

Re: how to move TextScript closer to the staff?

2013-12-01 Thread Eluze
/n154765/test5.ly Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/how-to-move-TextScript-closer-to-the-staff-tp154741p154765.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list

Re: how to move TextScript closer to the staff?

2013-12-01 Thread Eluze
\once \override TextScript.self-alignment-X=#8 dis'' a'' b''1 ^\markup { \override #'(baseline-skip . 1.5) \bold \finger \center-column { 5 4 1 } } } - or wait till the issue(s) is fixed hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/how-to-move-TextScript

RE: Third Voice?

2013-11-30 Thread Eluze
Chris Crossen wrote Do I have to create measures with s1 for the other measures of the fourth voice? the other way is http://www.lilypond.org/doc/v2.17/Documentation/notation/multiple-voices#single_002dstaff-polyphony - Temporary polyphonic passages Eluze -- View this message in context

Re: Third Voice?

2013-11-29 Thread Eluze
upgrading to the newest version! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Third-Voice-tp154658p154660.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: automatic chord splitting in piano staff

2013-11-27 Thread Eluze
then you could look for snippets where notes are colored according to their pitch Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/automatic-chord-splitting-in-piano-staff-tp154549p154550.html Sent from the User mailing list archive at Nabble.com

Re: \book question

2013-11-25 Thread Eluze
. is there a reason why you put it inside the \book? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/book-question-tp154389p154393.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user

Re: smaller grace notes

2013-11-23 Thread Eluze
is an approach!? Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/smaller-grace-notes-tp154236p154306.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: new German LilyPond forum

2013-11-22 Thread Eluze
the moderating team at http://www.lilypondforum.de/ now agrees and has changed the permissions - I'm glad to announce that /LilyPond deutsch/ will been deleted soon and work goes on as usual at the link above. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/new

new German LilyPond forum

2013-11-21 Thread Eluze
find it at http://lilypond-deutsch.996767.n3.nabble.com/ Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/new-German-LilyPond-forum-tp154218.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user

Re: new German LilyPond forum

2013-11-21 Thread Eluze
Urs Liska wrote Am 21.11.2013 11:40, schrieb David Kastrup: Eluze lt; eluzew@ gt; writes: find it at http://lilypond-deutsch.996767.n3.nabble.com/ What's wrong with lt;URL:http://www.lilypondforum.degt;? I'm not into web forums myself, but it seems there is not much sense

Re: new German LilyPond forum

2013-11-21 Thread Eluze
. it is! and it's the first time this happened afaik. I was curious if we could set up a new forum easily. if the moderator changes these settings (with Nabble you can obviously define what action a user is allowed to) I will remove this forum, of course. Eluze -- View this message in context: http

Re: Lyrics not lining with different voice

2013-11-20 Thread Eluze
\lyricsto part two { \altIV } % lyrics line 2 [...] Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Lyrics-not-lining-with-different-voice-tp154134p154202.html Sent from the User mailing list archive at Nabble.com

Re: Question about \paper{} as a curiosity

2013-11-20 Thread Eluze
within the same \paper block. otherwise they (the functions you invoked) are overwritten. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Question-about-paper-as-a-curiosity-tp154207p154209.html Sent from the User mailing list archive at Nabble.com

Re: Lyrics not lining with different voice

2013-11-19 Thread Eluze
(Lyric) context is the culprit; maybe it's clearer to use a construct like \new Lyrics = X \lyricsto part one \lyricI \context Lyrics = X \lyricsto part two \lyricIII where there is no nesting Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Lyrics

Re: Cross-staff Glissando Stencil Error

2013-11-19 Thread Eluze
- I added https://code.google.com/p/lilypond/issues/detail?id=3669thanks=3669ts=1384852198 Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Cross-staff-Glissando-Stencil-Error-tp154059p154142.html Sent from the User mailing list archive at Nabble.com

  1   2   3   4   5   6   7   8   9   10   >