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.

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-

Re: Compiler layout parameters

2014-02-26 Thread Eluze
ve the fingering in a compilation. best put this in a file which you can include or not when invoking LilyPond. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Compiler-layout-parameters-tp159878p159881.html Sent from the User mailing list archive at Nabble.com. ___

Re: piece title

2014-02-21 Thread Eluze
lypond.org/doc/v2.19/Documentation/notation/flexible-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

Re: Problem with slur priority

2014-02-21 Thread Eluze
racket.direction = #DOWN \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[(

Re: Continuing issues with variable \markup issues in footers

2014-02-19 Thread Eluze
fly #not-first-page \fill-line { \with-color #green \fromproperty #'page:page-number-string } \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 plen

Re: Printing Copyright on title page

2014-02-17 Thread Eluze
\fromproperty #'page:page-number-string \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

Re: Lines and Ties and Slurs oh my!

2014-02-14 Thread Eluze
atic tie or slur directly in the sense 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. _

Re: \context \voice override previous \context voice

2014-02-14 Thread Eluze
in lilypond? you can 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 th

Re: consolidate code

2014-02-11 Thread Eluze
David Nalesnik-2 wrote > Hi, > > > On Tue, Feb 11, 2014 at 3:35 PM, Phil Holmes < > mail@ > > wrote: > >> OK - so this "tiny" example is 107 lines of code. >> >> >> >> - Original Message - >> *From:* MING T

Re: consolidate code

2014-02-11 Thread Eluze
> under what the code 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 mail

Re: Breton bagpipe notation

2014-02-10 Thread Eluze
contribution 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: 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 simp

Re: Breton bagpipe notation

2014-02-09 Thread Eluze
> \version "2.19.2" > \layout { > ... 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-notati

Re: Fwd: [SNIPPET] Text with Lettrine

2014-02-09 Thread Eluze
! parameter 1 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 l

Re: header not showing bookpart-score header info

2014-02-08 Thread Eluze
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 in context: http://lilypond.1069038.n5.na

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

2014-02-07 Thread Eluze
t-into-other-programs ? 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 S

Re: Tempo placement

2014-02-03 Thread Eluze
it seems that adding \override Score.MetronomeMark.self-alignment-X =#1 is a simple solution 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. ___

Re: Tempo placement

2014-02-02 Thread Eluze
dge, 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 -- View this message in context: http://lilypond.1069038.n5.

Re: Layout issue when parsing line

2014-02-02 Thread Eluze
glissando ? 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.

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) >> &g

Re: Layout issue when parsing line

2014-02-01 Thread Eluze
by providing the solution > or directing me 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

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-

Re: Removing markups in piano reduction

2014-01-29 Thread Eluze
le > > } } } > > > The snippet does not work. Uh, you didn't apply the snippet 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

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

2014-01-27 Thread Eluze
David Kastrup wrote > Federico Bruni < > fedelogy@ > > writes: > >> 2014/1/27 Eluze < > eluzew@ > > >> >>> pleas always check the log - it says: >>> >>> "warning: no systems found in \score markup, does it ha

Re: understanding midi files

2014-01-27 Thread Eluze
esn't produce more than 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 mai

Re: Weird behaviour of new NullVoice feature

2014-01-27 Thread Eluze
though. > > > Is it a bug ? I think so and I've created https://code.google.com/p/lilypond/issues/detail?id=3825&colspec=ID%20Type%20Status%20Stars%20Owner%20Patch%20Needs%20Summary for this thanks for reporting it! Eluze -- View this message in context: http://lilypond.106

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

2014-01-26 Thread Eluze
>> > } > } 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 this message in context: http://lilypond.1069038.n5.nabble.com

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-a

Re: Hairpin to the last bar line

2014-01-26 Thread Eluze
bsolutely correct - the confusion may have come from the fact that to-barline = ##t usually stops the hairpin at the bar line before the last note... and obviously it is the bar line before the last (null-)event. thanks for clarifying! Eluze -- View this message i

Re: Hairpin to the last bar line

2014-01-26 Thread Eluze
at does this mean? did you search 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 m

Re: Hairpin to the last bar line

2014-01-26 Thread Eluze
\override Hairpin.to-barline = ##f c'1 \< c'1 *<>* \! \bar "||" } this draws 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

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 conte

Re: Shape of individual ties in chords

2014-01-24 Thread Eluze
lp: one place you'll find 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

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

2014-01-21 Thread Eluze
he first occasion for LP to make a legal page break. 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

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

Re: Large gap in text.

2014-01-20 Thread Eluze
uggest it may be best, > given your layout, to use purely manual page breaking. You can forbid > automatic page breaking with > > \override NonMusicalPaperColumn.page-break-permission = ##f > > and can then place \pageBreak appropriately. I think it's strange behavior.

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

2014-01-20 Thread Eluze
empty \markup {} 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 a

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.

Re: A follow-up on Roman numeral code.

2014-01-19 Thread Eluze
number to appear? 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. _

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

Re: Fixed (absolute) line spacing in markup column

2014-01-15 Thread Eluze
;output-scale))) (ly:make-stencil "" '(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 mess

Re: (no subject)

2014-01-14 Thread Eluze
TextSpanner #'(bound-details right attach-dir) = #LEFT s2. s4 \startTextSpan s2. s4 \stopTextSpan s1 } << \new Dynamics \myDynamics \new Staff { R1*3 } \new ChoirStaff << ... ... Eluze -- View this message in context: http://lilypond.1069

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

2014-01-12 Thread Eluze
ely for each > kind of barline would work, of course, but would 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

Re: Rest skipped in MIDI when music starts with it

2014-01-12 Thread Eluze
f e d c | >} >\midi {} > } > %end of example > > 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

Re: What should be the default B7 chord?

2014-01-11 Thread Eluze
rd (open chord in first position)? 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-cho

Re: Automatic octaves

2014-01-10 Thread Eluze
myoctavate c'' \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

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 > co

Re: Moving Ottava Text

2014-01-09 Thread Eluze
What do I have to override to make this > change? as you're not very specific about the code I just hope this fits: \set Staff.ottavation = \markup { Text \hspace #4 } Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Moving-

Re: baseline-referenced text/markups?

2014-01-09 Thread Eluze
enders." R1 > \mark \default \tempo "No descenders." R1 > \mark \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 - expect

Re: Autochange not working

2014-01-08 Thread Eluze
t; this? in NR "Changing staff 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://lilypon

Re: Open string tunings for guitar

2014-01-08 Thread Eluze
ilyPond version you've 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. __

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 #'(basel

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.n

Re: Articulated tremolo problem

2014-01-06 Thread Eluze
thanks both - added as https://code.google.com/p/lilypond/issues/detail?id=3783&thanks=3783&ts=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

Re: Automatic octaves

2014-01-05 Thread Eluze
#(define (octave-up m t) > > (let* ((octave (1- t)) > > (new-note (ly:music-deep-copy m)) > > (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.co

Re: Learning LilyPond, comments invited

2014-01-03 Thread Eluze
ce notes in staffOneNotes or you add corresponding grace notes in addKey like addKey = { \key g \major \time 4/4 \grace s8. } then it works correctly, doesn't it? this said, I also prefer the form { \addKey \staffOneNotes } Eluze -- View this message in context: http://lilypond.1

Re: upgrade and convert-ly

2013-12-31 Thread Eluze
version you can 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

Re: "convert-ly" gives unexpected output

2013-12-30 Thread Eluze
get the version I'm running (2.18.0) Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/convert-ly-gives-unexpected-output-tp156735p156736.html Sent from the User mailing list archive at Nabble.com. ___ lilypond-user

Re: after-title-space

2013-12-28 Thread Eluze
} so probably defining markup-system-spacing #'((basic-distance . 29)) is the new 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.

Re: after-title-space

2013-12-28 Thread Eluze
ay? I've been trying to find a solution 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 U

Re: Possible bug with TrillSpanner.to-barline?

2013-12-26 Thread Eluze
\trillspanSharp c1\startTrillSpan | \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
h%20Needs%20Summary&id=3304 for more contributions. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/hotrizontal-spacing-question-tp156216p156435.html Sent from the User mailing list archive at Nabble.com. ___

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

Re: How to create proper horizontal offsets?

2013-12-21 Thread Eluze
Marten Visser wrote > Eluze > > 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 setti

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://lilypon

Re: How to create proper horizontal offsets?

2013-12-21 Thread Eluze
there? 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 to that in the cued voice there will be no more collision and you might even o

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 its

RE: delayed turn

2013-12-20 Thread Eluze
7;avoid-slur= #'inside \override 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-tp156135p

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.

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 mailin

RE: delayed turn

2013-12-20 Thread Eluze
the code 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.h

Re: delayed turn

2013-12-19 Thread Eluze
o say /#'avoid-slur = #'inside/ because other items have a higher or lower priority 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. __

Re: Setting to print articulations inside the staff

2013-12-17 Thread Eluze
cato } prints it between the lower staff lines (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. ___

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

2013-12-17 Thread Eluze
.ly you could try (in the first Lyrics) \new 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-v

Re: place variable definition

2013-12-16 Thread Eluze
y environment, [...] > for instance the \book environment. 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

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

2013-12-16 Thread Eluze
; figure out what to use to increase 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.

instrument name collision in grouped staves

2013-12-11 Thread Eluze
#red "Piano 3rd staff" shortInstrumentName = \markup \with-color #red "Piano 3rd staff" \RemoveEmptyStaves \override VerticalAxisGroup.remove-first = ##t } { R f } >> (how) can this be prevented? Eluze -- View this message in context: http://lilypon

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

2013-12-09 Thread Eluze
ertical spacing of the staff group 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-tp1

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

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

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 th

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

2013-12-08 Thread Eluze
\new Staff \music \new Staff \music \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 mes

Re: Basic command line question

2013-12-02 Thread Eluze
ogram Files (x86)\LilyPond\usr\bin" is in the system 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 s

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 >> ove

Re: how to move TextScript closer to the staff?

2013-12-01 Thread Eluze
de Fingering.self-alignment-X=#9.8 \override Fingering.color=#cyan } 1 ^1^2^5 \once \override TextScript.self-alignment-X=#8 1 ^\markup { \override #'(baseline-skip . 1.5) \bold \finger \center-column { 5 4 1 } } } - or wait till the issue(s) is fixed hth Eluze -- Vi

Re: how to move TextScript closer to the staff?

2013-12-01 Thread Eluze
y <http://lilypond.1069038.n5.nabble.com/file/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. __

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

Re: Third Voice?

2013-11-29 Thread Eluze
gt;> \new Staff = "left" { \clef bass << \leftOne \\ \leftTwo >> } >> \score { << \pianoPart >> } I would consider upgrading to the newest version! Eluze -- View this message in context: http://lilypond.1069038.n5.nab

Re: automatic chord splitting in piano staff

2013-11-27 Thread Eluze
d be http://lsr.dsi.unimi.it/LSR/Item?id=545 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-tp154

Re: \book question

2013-11-25 Thread Eluze
no more warnings. 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. ___ lilypon

Re: smaller grace notes

2013-11-23 Thread Eluze
on/snippets-big-page.html> 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 lil

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.co

Re: new German LilyPond forum

2013-11-21 Thread Eluze
ng his own threads seems tame in comparison. 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 c

Re: new German LilyPond forum

2013-11-21 Thread Eluze
Urs Liska wrote > Am 21.11.2013 11:40, schrieb David Kastrup: >> Eluze < > eluzew@ > > writes: >> >>> find it at >>> >>> http://lilypond-deutsch.996767.n3.nabble.com/ >> What's wrong with <URL:http://www.lilypondforum.de>;

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: Question about \paper{} as a curiosity

2013-11-20 Thread Eluze
nction is used, it must be placed before any other functions used 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.htm

Re: Lyrics not lining with different voice

2013-11-20 Thread Eluze
yricsto "part two" { \lyricIV } \new Lyrics = " line 2" \lyricsto "part one" { \altI } \context Lyrics = " line 2" \lyricsto "part two" { \altIV } % lyrics line 2 [...] Eluze -- View this message in context

Re: Finishing touches on hymn, lyrics spacing

2013-11-19 Thread Eluze
and didn't find any warnings or errors (thou with 2.17.95) - can you be more specific about these messages!? (attach the log file, the messages) Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Finishing-touches-on-hymn-lyrics-spacing-tp154120p154162.html Sent

Re: Bar numbers under the music rather than above?

2013-11-19 Thread Eluze
r.font-size = #-8 \override BarNumber.break-visibility = #begin-of-line-invisible \override BarNumber.color = #blue } \violin >> \layout { \context { \Score \override BarNumber.color=#red \override BarNumber.font-size=#+5 } } Eluze -- View this message in co

  1   2   3   4   5   6   7   8   9   10   >