Re: minimum-length of MeasureGrouping

2011-08-13 Thread Xavier Scheuer
Score.MeasureGrouping #'springs-and-rods = #ly:spanner::set-spacing-rods to your command \override Score.MeasureGrouping #'minimum-length = #10 in order to make it work. So both commands are needed to see the effect. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: minimum-length of MeasureGrouping

2011-08-13 Thread Xavier Scheuer
not know exactly why it is so, but it is sometimes necessary, as explained in NR 5.4.6 Spanners http://lilypond.org/doc/v2.15/Documentation/notation/spanners Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user

Re: RehearsalMark placement at begin of line: workaround?

2011-08-07 Thread Xavier Scheuer
! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: bookpart with variables

2011-08-07 Thread Xavier Scheuer
% other instruments } \score { \violinMvtII % other instruments } % each movement } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: Staff names in lilypond-book

2011-08-07 Thread Xavier Scheuer
something here? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Different Font for different stave

2011-08-07 Thread Xavier Scheuer
; there has been a lot of improvements since 2.6.5! Please seriously consider updating to 2.14. It is also better because answers given on the mailing lists are using the 2.14 syntax. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user

Nice workaround for simultaneous rehearsal marks – thanks Neil!

2011-08-07 Thread Xavier Scheuer
\musicglyph #scripts.coda } } \relative c' { c1 | c | c | c \toCoda \bar || \break \mark \default c1 | c | \mark \default \markDown 23 c | c } End of snippet Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list

Re: Double fermata on barline error

2011-08-07 Thread Xavier Scheuer
#'direction = #DOWN Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Turn clef off at beginning of line

2011-08-07 Thread Xavier Scheuer
Staff.Clef #'break-visibility = #all-invisible Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: 2.15.8 8/8 autobeam 3 3 2 ??

2011-08-06 Thread Xavier Scheuer
) % timeSignatureFraction #'(1 . 8) % baseMomentFraction #'(4 4)% beatStructure #'() % beamExceptions or \set Timing.beatStructure = #'(4 4) Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user

Re: grace note synchronization

2011-08-03 Thread Xavier Scheuer
to _every voice_ in _every staff_. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: grace note synchronization

2011-08-03 Thread Xavier Scheuer
~ } \voiceTwo q2 s4 | %17 } } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Collision between voiceOne and voiceTwo, peculiar cautionary

2011-08-03 Thread Xavier Scheuer
for a workaround. To avoid the f natural on the next chord you can use #(set-accidental-style 'voice) , although this is not a proper solution. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: grace note synchronization

2011-08-03 Thread Xavier Scheuer
a \grace s8 there! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: ossia with signatures where needed

2011-08-03 Thread Xavier Scheuer
' { c1 \once \revert Staff.TimeSignature #'stencil \time 3/4 c2. \once \revert Staff.TimeSignature #'stencil \time 2/4 c2 } } instead of removing the engravers. HTH. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: ossia with signatures where needed

2011-08-03 Thread Xavier Scheuer
, same indentation and same name for the main staff)! Only the comments were not the same. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: how to color a repeat bar line?

2011-08-03 Thread Xavier Scheuer
c d } \break \once\override Staff.BarLine #'after-line-breaking = #color-at-line-begin \repeat volta 2 { d c b a } } Nice one! Could you add it to the LSR? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond

Re: Tab font

2011-08-02 Thread Xavier Scheuer
) } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lyrics between staves repeats

2011-07-31 Thread Xavier Scheuer
= lyricsSecond \with { % as suggested by XS alignBelowContext = lyricsFirst associatedVoice = first } { mi mi mi mi } | d d d d % […] Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond

Re: lyrics between staves repeats

2011-07-31 Thread Xavier Scheuer
specific to lyrics Lyrics and repeats http://lilypond.org/doc/v2.15/Documentation/notation/techniques-specific-to-lyrics#lyrics-and-repeats Only the alignBelowContext is an addition for your specific case. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: lyrics between staves repeats

2011-07-30 Thread Xavier Scheuer
, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Diatonic Instruments (Mountain Dulcimer)

2011-07-27 Thread Xavier Scheuer
consider updating. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Issue 1724 - 620 : workaround?

2011-07-26 Thread Xavier Scheuer
On 24 July 2011 21:46, Xavier Scheuer x.sche...@gmail.com wrote: Thanks Neil! It works great.  I'll use it as a workaround until Mike's fix is OK and pushed.  Thank you Mike too.  Good luck. I'm sorry, I always report issues and when people suggest a workaround I manage to find issues

Re: Issue 1724 - 620 : workaround?

2011-07-26 Thread Xavier Scheuer
On 26 July 2011 14:01, Xavier Scheuer x.sche...@gmail.com wrote: I'm sorry, I always report issues and when people suggest a workaround I manage to find issues in the workaround; but I always need your help to solve these issues. I have an arpeggio in my piano score and even with Neil's

Re: Generous Measure Lengths?

2011-07-26 Thread Xavier Scheuer
://lilypond.org/doc/v2.15/Documentation/notation/breaks.html Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Issue 1724 - 620 : workaround?

2011-07-25 Thread Xavier Scheuer
On 24 July 2011 21:46, Xavier Scheuer x.sche...@gmail.com wrote: Thanks Neil! It works great. I'll use it as a workaround until Mike's fix is OK and pushed. Thank you Mike too. Good luck. I did not notice first but Neil's workaround produces a strange message in the console when compiling

Re: Last staff -coda staff- position

2011-07-25 Thread Xavier Scheuer
(with line break) http://lsr.dsi.unimi.it/LSR/Item?id=190 Positioning segno and coda (without line break) http://lsr.dsi.unimi.it/LSR/Item?id=198 Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re: where's the slur? (4 year old question)

2011-07-24 Thread Xavier Scheuer
because you merge A, B and C into the _same voice_ by using a construct without \new Voice . Hence one voice - one stem - only one direction for ties, slurs. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing

Re: where's the slur? (4 year old question)

2011-07-24 Thread Xavier Scheuer
this time because you do not have contrary commands ( \tieUp and \tieDown ) merged into the same _voice_. At least that's what I think! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Issue 1724 - 620 : workaround?

2011-07-24 Thread Xavier Scheuer
at the same time). Thanks Neil! It works great. I'll use it as a workaround until Mike's fix is OK and pushed. Thank you Mike too. Good luck. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

RehearsalMark placement at begin of line: workaround?

2011-07-24 Thread Xavier Scheuer
-right-at-line-begin \mark \default \repeat unfold 8 c1 \break \repeat volta 2 { % no shift needed here, although it is applied! \mark \default \repeat unfold 8 c1 } } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: printed bars thickness inconsistencies

2011-07-24 Thread Xavier Scheuer
). A feedback stating this issue is effectively (and finally!) fixed would be appreciated. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Shaping slurs --- both broken and unbroken

2011-07-23 Thread Xavier Scheuer
a tracker issue? This is on the LSR, at least. http://lsr.dsi.unimi.it/LSR/Item?id=639 Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Function to limit range down?

2011-07-21 Thread Xavier Scheuer
planned to, but please add such functions to the LSR. They will be for sure useful to other people! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: Expressive marks with parentheses

2011-07-20 Thread Xavier Scheuer
use the \parenthesize command. c4-\parenthesize -| Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Expressive marks with parentheses

2011-07-20 Thread Xavier Scheuer
On 20 July 2011 12:01, Andrea jayara...@gmail.com wrote: Hi Xavier, I didn't think it was that easy! This command will come handy many times, thank you so much! Yeah, LilyPond is a great software, isn't it? ;-D Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Issue 1724 - 620 : workaround?

2011-07-20 Thread Xavier Scheuer
! Cheers, Xavier PS : Please note that since issue 620 has no lilypond code showing the consequences of this issue, it is difficult for a lambda user to understand it, hence IMHO the several duplicate report of this issue. -- Xavier Scheuer x.sche...@gmail.com

Re: font survey: which clef do you prefer?

2011-07-07 Thread Xavier Scheuer
plan to modify LilyPond’s G-clef ? I like the current one and it is like a “signature”, allowing to recognize scores nicely engraved with LilyPond. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user

Re: hairpin problem?

2011-07-03 Thread Xavier Scheuer
, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Set accidental style in the layout block

2011-07-02 Thread Xavier Scheuer
. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Acciaccatura fingerings

2011-07-02 Thread Xavier Scheuer
#'font-size \revert Stem #'stroke-style s1*0) } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Fermata over parallel barlines

2011-07-01 Thread Xavier Scheuer
: That will also print also print other RehearsalMark on every Staff of the ChoirStaff (such as \mark \default ). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Set accidental style in the layout block

2011-07-01 Thread Xavier Scheuer
-rule 'same-octave 1)) ... } } See music-function.scm for how they are defined and engraver-init.ly for some examples. Ideally this would be cleaner, but at least it's possible. Yeah! That works great. Thanks a lot Jay. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: how to make the three dots for triple tonguing

2011-07-01 Thread Xavier Scheuer
: That certainly deserves a snippet in the LSR. I'll add it next week unless Jay does it before. -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

SustainPedal: to-barline setting?

2011-06-29 Thread Xavier Scheuer
but it failed). Is there a simple way to print the \sustainOff at the very end of the measure (just before the bar line)? Thanks in advance. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Set accidental style in the layout block

2011-06-29 Thread Xavier Scheuer
. I'd like to be able to define this layout setting within the \layout block, as I do for Score.skipBars or MultiMeasureRest #'expand-limit for example. Is there a way to define accidental style outside the music expression? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

DynamicText inside Dynamics context not correctly aligned

2011-06-29 Thread Xavier Scheuer
anything in this case. Any help would be appreciated. Thanks in advance! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: figBassBassF position

2011-06-29 Thread Xavier Scheuer
\new FiguredBass \figBassBassFiguresII \new Staff = left \with { midiInstrument = acoustic grand } { \clef bass \leftPianoII } \score { \pianoIPart \pianoIIPart % […] } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: Dynamic + text aligned: BEST solution?

2011-06-27 Thread Xavier Scheuer
) see noticeable change between them. Waiting for GLISS to see a proposal of official integration into LilyPond. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: error compiling files

2011-06-27 Thread Xavier Scheuer
myVariable = \relative c' { a b c d e d c b } \score { \myVariable } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: version 2.14.1 vertical spacing and beam grouping

2011-06-23 Thread Xavier Scheuer
-behavior Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: error compiling files

2011-06-23 Thread Xavier Scheuer
a \myVariable ? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Very short lilypond snippets in LaTeX

2011-06-21 Thread Xavier Scheuer
John's message). It would be interesting to contact him (because the thread I linked is quite old). It would be great if —thanks to your combined efforts— you could offer a real, great, official LaTeX package to include LilyPond characters! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: scheme code for aksak-meters, problem with 2.14.1

2011-06-21 Thread Xavier Scheuer
correspond to your aksak-meter? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Dilemma with spacer rest and cross-staff polyphony.

2011-06-20 Thread Xavier Scheuer
On 20 June 2011 01:20, Hwaen Ch'uqi hwaench...@gmail.com wrote: Dear Xavier, Greetings, and many thanks for your solution of code -- and especially for your explanation. It works beautifully now, and I fully comprehend! Great, glad I could help! Cheers, Xavier -- Xavier Scheuer x.sche

Re: Reverting to the 2.13.46 font

2011-06-20 Thread Xavier Scheuer
it though (as I said, I'm not a font specialist). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Reverting to the 2.13.46 font

2011-06-20 Thread Xavier Scheuer
/archive/html/lilypond-user/2011-04/msg00619.html Did you recall making such upgrade between 2.13.46 and 2.14? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Dilemma with spacer rest and cross-staff polyphony.

2011-06-19 Thread Xavier Scheuer
\remove Bar_number_engraver } } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Custom dynamic text spanner without dashed line

2011-06-19 Thread Xavier Scheuer
! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Custom dynamic text spanner without dashed line

2011-06-19 Thread Xavier Scheuer
could solve it within a not too long future (let's hope). But thanks again Jay, your answer will help me for tweaking events in other circumstances. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user

Dynamic + text aligned: BEST solution?

2011-06-19 Thread Xavier Scheuer
ff dolce) { a1 a\ffdolce a } %% Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: why does lily prints both a natural and sharp sign?

2011-06-11 Thread Xavier Scheuer
Accidentals Snippet Preventing extra naturals from being automatically added http://lilypond.org/doc/v2.14/Documentation/notation/writing-pitches.html#accidentals Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond

Re: Removing empty staves in a PianoStaff

2011-06-11 Thread Xavier Scheuer
\context { \PianoStaff \remove Keep_alive_together_engraver } to your \layout block. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: why does lily prints both a natural and sharp sign?

2011-06-11 Thread Xavier Scheuer
, such as Ted Ross or Gardner Read, maybe they could check the rules concerning key signature and extra naturals. I am not aware of (free) online version of music typesetting rules (conventions), but again, maybe other users have advice. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: V2.14.0 - midi volume midi arpeggio

2011-06-10 Thread Xavier Scheuer
.linux.x86.sh and it installs lilypond in /usr/local/lilypond The bin PATH is /usr/local/bin/lilypond Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: Notation convention: dotted notes, duplet or else?

2011-06-01 Thread Xavier Scheuer
and I do not like proposal 4 because it does not show the symmetry of these 2 notes having the same length. Thanks again. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: help with cross-staff piano beams and stems

2011-05-31 Thread Xavier Scheuer
Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Fw: Special layout for a score : four hands

2011-05-31 Thread Xavier Scheuer
to post them as comments on the tracker too. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Notation convention: dotted notes, duplet or else?

2011-05-31 Thread Xavier Scheuer
) tempo, but maybe dotted notes are better at slow (3 beats) tempo? Thanks in advance! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Polymetric music and page breaks

2011-05-30 Thread Xavier Scheuer
there. This could be a headache, though. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Special character in text problem

2011-05-30 Thread Xavier Scheuer
this will be enough. } } \score { \test } } %%% End Snippet % Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Chord progression simple notation

2011-05-30 Thread Xavier Scheuer
and ChordNames in ly/engraver-init.ly in order to identify the engravers you need. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

LSR mirrors? (was:Re: LSR is not available)

2011-05-27 Thread Xavier Scheuer
and hosting it. Sometimes —unfortunately— the LSR come down (it happens usually at the same moment when you need it, then you realize how _useful_ the LSR is). This raised a question in my mind: do we have some mirrors of the LSR? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: help with cross-staff piano beams and stems

2011-05-27 Thread Xavier Scheuer
{ \lower } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: book and instrument

2011-05-26 Thread Xavier Scheuer
). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Strange interaction between \time and \grace

2011-05-23 Thread Xavier Scheuer
signatures, bar lines, etc., are also synchronized. Take care when you mix staves with grace notes and staves without http://lilypond.org/doc/v2.13/Documentation/notation/special-rhythmic-concerns.html#grace-notes Cordialement, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: Artificial-looking clef in a CueVoice?

2011-05-20 Thread Xavier Scheuer
is not *explaining* how to use this feature, but rather *informing* that this new feature exists. NR is IMHO the reference that contains every command that could be used by a user. It would be nice to have \cueDuringWithClef documented as well in the NR, isn't it? Cheers, Xavier -- Xavier Scheuer x.sche

Re: Artificial-looking clef in a CueVoice?

2011-05-20 Thread Xavier Scheuer
. I first did not look at all the files of the PATCH, I just read the description which mention \cleffedCueDuring . Also I remembered this snippet in which it is called \cleffedCueDuring: http://lsr.dsi.unimi.it/LSR/Item?id=388 I have nothing against the new name. Cheers, Xavier -- Xavier

Re: Artificial-looking clef in a CueVoice?

2011-05-17 Thread Xavier Scheuer
Cc: to James Lowe, the brave only full-time doc writer/editor? On 17 April 2011 23:20, Xavier Scheuer x.sche...@gmail.com wrote: Hi there! I remember a discussion where Reinhold asked how should a clef looks like in a CueVoice (I cannot find this again). IIRC the conclusion was something

Re: align wobbly dynamics and text

2011-05-15 Thread Xavier Scheuer
. \override DynamicLineSpanner #'staff-padding = #2.0 \override DynamicLineSpanner #'Y-extent = #'(-1.5 . 1.5) \override TextScript #'Y-extent = #'(-1.5 . 1.5) http://lilypond.org/doc/v2.13/Documentation/notation/expressive-marks-attached-to-notes.html#dynamics Cheers, Xavier -- Xavier

Re: Tempo Marks

2011-05-15 Thread Xavier Scheuer
} } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Glissando no longer printed within graces?

2011-05-14 Thread Xavier Scheuer
Glissando #'minimum-length = #4 \hideNotes s1*0\glissando } stopGlissandoGraceMusic = { \unHideNotes s1*0 } glissandoGrace = #(def-grace-function startGlissandoGraceMusic stopGlissandoGraceMusic (_i Create an invisible grace for glissando without starting note)) -- Xavier Scheuer

Re: How can I get my second tab voice to have stems!

2011-04-20 Thread Xavier Scheuer
= guitar tab \new TabVoice = upper { \tabFullNotation \upper } \new TabVoice = lower { \tabFullNotation \lower } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org

Re: Override Stem #'length-fraction does not shorten stem of ledger notes

2011-04-19 Thread Xavier Scheuer
-extend = ##t . Would it be possible to magstep the stem-extend? Yeah, this is an odd request! Something like \override Stem #'stem-extend-length-fraction = #(magstep -4) Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing

Re: Norm sign of a note

2011-04-19 Thread Xavier Scheuer
On 19 April 2011 13:35, alb84 alberto.em...@tiscali.it wrote: I want to put the norm (or modulo, or absolute value, in math) on a note, \turn Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Norm sign of a note

2011-04-19 Thread Xavier Scheuer
On 19 April 2011 13:47, Xavier Scheuer x.sche...@gmail.com wrote: \turn Forget, see Marc's reply. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo

Re: \key Moves \chords Below Staff

2011-04-18 Thread Xavier Scheuer
{ \chordmode { a1 c } } \new Staff { \relative c'' { \key a \major a1 c } } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org http

Change the color of ledger lines

2011-04-18 Thread Xavier Scheuer
but it does not work. Any idea how I could change the color of the ledger lines (ledger lines only, I do not want to change the whole staff's color). Thanks in advance. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing

Re: Change the color of ledger lines

2011-04-18 Thread Xavier Scheuer
-- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Change the color of ledger lines

2011-04-18 Thread Xavier Scheuer
in the middle %% of a score. %% \version 2.13.60 \score { \new Staff { c c' c'' c''' \override Staff.LedgerLineSpanner #'color = #red % no effect! c c' c'' c''' } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user

Re: Change the color of ledger lines

2011-04-18 Thread Xavier Scheuer
On 18 April 2011 13:31, Valentin Villenave valen...@villenave.net wrote: How about restarting the staff, as in http://lsr.dsi.unimi.it/LSR/Item?id=700 ? Indeed, it works. Thanks! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond

Re: \key Moves \chords Below Staff

2011-04-18 Thread Xavier Scheuer
c1 a } } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Artificial-looking clef in a CueVoice?

2011-04-17 Thread Xavier Scheuer
-- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Override Stem #'length-fraction does not shorten stem of ledger notes

2011-04-17 Thread Xavier Scheuer
{ \override Stem #'length-fraction = #(magstep -4) e4 f g a b c d e f g a b c d e f g a b c d e f g } } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com attachment: stem-length-fraction-ledger-notes.png___

Re: title spacing

2011-04-17 Thread Xavier Scheuer
\paper variables http://lilypond.org/doc/v2.13/Documentation/notation/flexible-vertical-spacing-_005cpaper-variables.html Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org

Re: ossia again

2011-04-16 Thread Xavier Scheuer
staves where I was expecting it. For your second issue I do not know the cause of this but a simple workaround is to use \once \override Staff.BarLine #'stencil = ##f at the end of the second line (in the ossia staff). Hope that helps. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: Odd Stem Lengths

2011-04-16 Thread Xavier Scheuer
-- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: bar line placing question

2011-04-16 Thread Xavier Scheuer
. gis8( gis2) Then everything should be fine. It is recommended to input your ly text file with one measure per line, and you can use more barchecks '|' . Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user

Re: bar line placing question

2011-04-16 Thread Xavier Scheuer
/doc/v2.13/Documentation/notation/writing-rests.html#full-measure-rests Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Preventing tempo marks stacking

2011-04-16 Thread Xavier Scheuer
in this case could be to increase the length of the rests measures. \override Staff.MultiMeasureRest #'minimum-length = #24 Result is better with non-church rests: \override Staff.MultiMeasureRest #'expand-limit = #1 but that does not solve the feature request. Cheers, Xavier -- Xavier

<    1   2   3   4   5   6   7   8   9   >