Re: tie not working; harmonica midi instrument wanted

2013-03-06 Thread Xavier Scheuer
instrument to harmonica with the hope of getting a non-articulated slur. \set Staff.midiInstrument = #harmonica Maybe you'll have to add \layout { \context { \Voice \remove Slur_performer } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: Single Whole Measure Rest vs compressed MMR

2013-03-04 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:

2013-03-04 Thread Xavier Scheuer
hope someone could tell if I forgot something, or if it's a bug or something else. 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: removing identical staves

2013-02-27 Thread Xavier Scheuer
be interested in starring issue #2779 http://code.google.com/p/lilypond/issues/detail?id=2779 Please feel free to add comments and your expectations for this enhancement request. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list

Single Whole Measure Rest vs compressed MMR (WAS: Issue 3208 Wrong MultiMeasureRest glyph)

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

Re: Output PDF has different chord font than expected

2013-02-27 Thread Xavier Scheuer
Fonts Entire document fonts http://lilypond.org/doc/v2.17/Documentation/notation/fonts.html#entire-document-fonts Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Horns example from blog

2013-02-22 Thread Xavier Scheuer
://lilypond.org/doc/v2.17/Documentation/notation/page-breaking Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Reimplement figuremode with links to notes for correct transposition?

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

Add tempo spanners

2013-02-12 Thread Xavier Scheuer
-02/msg00064.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: Source code for website examples?

2013-02-11 Thread Xavier Scheuer
-examples Good luck for your workshop. Maybe you could send a feedback after. And if you release somehow your Beamer presentation I (and maybe others too) would be interested in seeing what you include in it (and how it looks). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: LSR for two opposing fermatas fails on staff change

2013-02-10 Thread Xavier Scheuer
features in LilyPond by default could (should?) be considered as a nice feature request. -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Removing Rest_engraver or another solution

2013-02-09 Thread Xavier Scheuer
: \override MultiMeasureRestText #'transparent = ##t Hope this helps. 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: No time signature or bar lines

2013-02-09 Thread Xavier Scheuer
\bar commands at places you want to allow line breaks. \set Timing.defaultBarType = does not have this drawback and thus might be preferable depending on what you want. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user

Re: vertical lyrics space

2013-02-02 Thread Xavier Scheuer
have padding acting and not basic-distance. If this advice does not suffice, please consider adding a minimal example of your code. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: change staff for component notes of chord

2013-01-25 Thread Xavier Scheuer
be drawn on a different staff? I would find this much easier to use than the cross-staff stem interface described in the keyboard writing section. Not yet, but there is an open feature request about this. http://code.google.com/p/lilypond/issues/detail?id=2270 Cheers, Xavier -- Xavier Scheuer

Re: \set Timing.defaultBarType has no effect

2013-01-24 Thread Xavier Scheuer
for you. 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: Extraneous repeat with leading rest

2013-01-24 Thread Xavier Scheuer
Voice = solo { \notes } } \new Lyrics \lyricsto solo { \unfoldRepeats { \words } } } End of lily code Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user

Re: nonstaff-nonstaff spacing control?

2013-01-22 Thread Xavier Scheuer
and MeasureCounter contexts. 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: stretching ragged last bar in the Voice context

2013-01-21 Thread Xavier Scheuer
#'minimum-length = #20 in order to increase the space take by these measures. Lily code \paper { ragged-last = ##t } \relative c'' { \repeat unfold 4 { R1*4 \break } \override MultiMeasureRest #'minimum-length = #20 R1 R1 } End of lily code Cheers, Xavier -- Xavier Scheuer x.sche

Re: shortening a stem

2013-01-20 Thread Xavier Scheuer
\override Stem #'no-stem-extend = ##t as well, since by default notes with ledger lines get their stems extending to the middle staff line (and maybe you do not want that with your shortened stems). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: dynamics seperatate from the notes entry

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

Re: Writing a converter

2012-12-28 Thread Xavier Scheuer
and \melismaEnd commands in your music variable, but using \set melismaBusyProperties = #'(slurMelismaBusy) in the normal Voice. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Aligning triplets evenly

2012-12-26 Thread Xavier Scheuer
/doc/v2.17/Documentation/notation/changing-horizontal-spacing.html \layout { \context { \Score \override SpacingSpanner #'uniform-stretching = ##t } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user

Re: number of measures per staff

2012-12-23 Thread Xavier Scheuer
per system thread: http://lists.gnu.org/archive/html/lilypond-user/2012-11/msg00790.html and especially David's bars-per-line-systems-per-page-engraver http://lists.gnu.org/archive/html/lilypond-user/2012-12/msg00775.html Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: For those who need new features and bug fixes...

2012-12-23 Thread Xavier Scheuer
(woodwind diagrams), old French style tablatures, jazz chords, baroque oboe fingering. I'll make sure these feature requests make their way to the tracker. Thank you very much Mike. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user

Re: For those who need new features and bug fixes...

2012-12-23 Thread Xavier Scheuer
On 23 December 2012 17:47, Xavier Scheuer x.sche...@gmail.com wrote: What a nice proposal! Actually the known issue that \set associatedVoice = #lala must be placed one syllable before the one to which the change in voice is to apply is really really annoying. This is registered as issue #1354

Re: Grace notes and ties in multiple voices and staves

2012-12-22 Thread Xavier Scheuer
to (try to) do it. Some fingerings need some tweaking, I have done some but some still need work. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com godowsky.ly Description: Binary data attachment: godowsky.preview.png___ lilypond-user mailing list

Re: Grace notes and ties in multiple voices and staves

2012-12-22 Thread Xavier Scheuer
On 22 December 2012 23:15, Xavier Scheuer x.sche...@gmail.com wrote: (snip) It is far from perfect (appoggiatura subdivided beam is a bit tricky but unfortunately the beam slope is not good) OK, thanks to Reinhold's code I see I simply forgot a \once \stemDown in the appoggiatura, just

Re: Syntax for make-dynamic-script

2012-12-21 Thread Xavier Scheuer
the future. MvmntIVoiceI = { -#(make-dynamic-script (markup #:normal-text #:bold #:italic pia.)) a'4 } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: MetronomeMark alignment after break

2012-12-19 Thread Xavier Scheuer
fixing it, enjoy! http://code.google.com/p/lilypond/issues/detail?id=1263 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: Tempo sliding over key signature changes

2012-12-18 Thread Xavier Scheuer
-- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: please direct to removing page numbers

2012-12-18 Thread Xavier Scheuer
I've left out because it doesn't do anything. Hi, \paper { print-page-number = ##f } You need an equal sign. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org

Re: brainstorming a really smart system engraver

2012-12-16 Thread Xavier Scheuer
in the French users mailing list and is tracked as issue #2779. http://code.google.com/p/lilypond/issues/detail?id=2779 Wouldn't it be for help for you really smart system engraver? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing

Re: Moving a staff closer to another one

2012-12-16 Thread Xavier Scheuer
Lilypond on an ad hoc, as needed basis, so there is still a lot to learn. Maybe you could use a Dynamics context for your pedal? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: How to join rests?

2012-12-10 Thread Xavier Scheuer
and #468. I made a request to have this included directly into LilyPond. This is tacked as issue #1228. http://code.google.com/p/lilypond/issues/detail?id=1228 Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond

Re: Marks above and below simultaneously

2012-12-06 Thread Xavier Scheuer
on it. Cheers, Xavier -- Forwarded message -- From: Xavier Scheuer x.sche...@gmail.com Date: 17 August 2012 14:52 Subject: Re: Simultaneous rehearsal marks and staff spacing To: Nick Payne nick.pa...@internode.on.net Cc: lilypond-user@gnu.org lilypond-user@gnu.org, Neil Puttock

Re: Percent_repeat_engraver in ChordNames context - double bar repeats?

2012-11-30 Thread Xavier Scheuer
pattern doesn't print the two-bar percent symbol, i.e. (snip) doesn't work. Is this intentional? Hi, Try Double_percent_repeat_engraver. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re:

2012-11-25 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:

2012-11-25 Thread Xavier Scheuer
On 25 November 2012 14:21, Xavier Scheuer x.sche...@gmail.com wrote: Hi, I'd say that's probably because clefs are engraved by the Clef_engraver, which is (by default) part of the Staff context. But my general advice would be to never trust implicit context creation and instead *always

Re: changing staff size in \score context

2012-11-24 Thread Xavier Scheuer
\consists #merge-rests-engraver \consists #merge-mmrests-engraver } } } End of snippet -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Bar numbers for broken measures

2012-10-19 Thread Xavier Scheuer
setting for that: \set Score.barNumberVisibility = #first-bar-number-invisible-save-broken-bars Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

LSR 82 does not work with lily 2.16 (and convert-ly)

2012-09-24 Thread Xavier Scheuer
such as define-event-function or define-scheme-function, etc. but I do not know how to update addStac so that it works with 2.16. Some help to change the code for Michel? Thanks in advance. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond

Re: alternatives

2012-09-20 Thread Xavier Scheuer
. The exact same message was received on the French users mailing list 3 days ago and it got 2 replies (basically what you said Helge). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: formatting rehearsal marks

2012-09-04 Thread Xavier Scheuer
RehearsalMark #'padding = #2 } } HTH, Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

StaffPartCombine i.e. combine different *staves* on a single staff feature request

2012-08-25 Thread Xavier Scheuer
they could also say how they would see this new feature work. 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: Simultaneous rehearsal marks and staff spacing

2012-08-17 Thread Xavier Scheuer
#'self-alignment-X #RIGHT \mark \markup \normalsize Menuetto D.C. } End of lily code 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: dynamics (and hairpins) attached to rests vs dynamics attached to notes

2012-08-16 Thread Xavier Scheuer
computer (with latest LilyPond). 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: Bar number inconsistency with repeats and partial bars?

2012-08-14 Thread Xavier Scheuer
Score.BarNumber #'break-visibility = #'#(#t #t #f) \repeat volta 2 { \partial 4 c4 | c c c c | c c c } \repeat volta 2 { c | c c c c | c c c c | \set Score.measureLength = #(ly:make-moment 3 4) c c c | } } End of lily code Cheers, Xavier -- Xavier Scheuer

Re: instrument name font

2012-06-30 Thread Xavier Scheuer
or StaffGroup do the same but replacing \Staff by the corresponding context. Hope that helps. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: A couple house-style adaptment questions

2012-06-17 Thread Xavier Scheuer
: http://lists.gnu.org/archive/html/lilypond-user/2009-06/msg00336.html referring to http://article.gmane.org/gmane.comp.gnu.lilypond.general/38403 Hope that helps. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list

Re: Grace Note Thickness

2012-05-24 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: Adding Bar Line types

2012-05-01 Thread Xavier Scheuer
-custom-bars.ily in the same directory. http://lilypond-french-users.1298960.n2.nabble.com/Double-barre-dashed-tp7517164p7517197.html. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Tie question.

2012-04-15 Thread Xavier Scheuer
a solution? Please find the code below. Many thanks. Hi, I don't know the reason but one solution would be to use something like \override Tie #'minimum-length = #2 Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user

Re: more space between systems?

2012-04-11 Thread Xavier Scheuer
error: error: syntax error, unexpected SCM_TOKEN #(set-global-staff-size 15) (besides the fact that you did not gave the definition of melodya, melodyb and melodyc). Then it works great. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: partcombine - whole note : slash on grace note

2012-04-04 Thread Xavier Scheuer
On 4 April 2012 05:50, MING TSANG tsan...@rogers.com wrote: (2) how can I have slash on the grace notes beam - refer to piano RH - bar #4? Have a look at LSR #721 http://lsr.dsi.unimi.it/LSR/Item?id=721 Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: vertical spacing between systems

2012-03-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: Automatic beaming in melismas

2012-03-21 Thread Xavier Scheuer
a g b a b c b c d c d b c a4 \melEnd r r2 } \addlyrics { For un -- to us a child is born, __ } End of snippet Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Separating pitch and rhythm

2012-03-21 Thread Xavier Scheuer
piece, where cca. 30 instruments play the same rhythms, but with different pitches. Hi, LSR #390 and #654 might help here. http://lsr.dsi.unimi.it/LSR/Item?id=390 http://lsr.dsi.unimi.it/LSR/Item?id=654 Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: spam

2012-02-22 Thread Xavier Scheuer
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: Printing bar numbers for partial measures

2012-02-22 Thread Xavier Scheuer
-visibility http://codereview.appspot.com/5501088/patch/1/2 If you want to help you could submit a doc patch to add it to NR 1.2.5 Bars Bar numbers . Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user

Re: Printing bar numbers for partial measures

2012-02-22 Thread Xavier Scheuer
issues that have been fixed for months and not suggest to document functionalities that are useful to users? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Printing bar numbers for partial measures

2012-02-22 Thread Xavier Scheuer
On 22 February 2012 23:18, Xavier Scheuer x.sche...@gmail.com wrote: I need to install git, read the relevant n pages of the CG that explain the whole procedure for doc additions and the specific part for adding a new snippet (IIRC is not as easy as correcting a simple typo in the doc

Re: Leading Barline with Staff Size Increase

2012-02-19 Thread Xavier Scheuer
release 2.16. 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: repeat barlines with wings?

2012-02-19 Thread Xavier Scheuer
will do it? 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: Leading Barline with Staff Size Increase

2012-02-18 Thread Xavier Scheuer
-spacing.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: lyrics disappear

2012-02-11 Thread Xavier Scheuer
. Don't use the { … } \\ { … } constructs, since they create new voices 1 and 2 that are different from main voice outside that construct. Use explicitly instantiated voices instead. http://code.google.com/p/lilypond/issues/detail?id=1316 Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: Spanish user list reaches 100

2012-02-09 Thread Xavier Scheuer
, the French-speaking community counts 198 subscribers. But the traffic is calmer than the international lilypond-user. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Instrument line in header block - first piece only?

2012-02-09 Thread Xavier Scheuer
anything. Hi, Add instrument = in the header of FUGA II. Should be OK for all subsequent scores. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond

Re: repeat barlines with wings?

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

Re: Thinking about putting together a grant to support development on LilyPond

2012-02-09 Thread Xavier Scheuer
be easy though. I sent an e-mail to lasconic to have further informations about all I say (all I kind of remember). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Tremolos between two whole notes

2012-02-04 Thread Xavier Scheuer
.html http://lists.gnu.org/archive/html/lilypond-devel/2011-02/msg00032.html http://lists.gnu.org/archive/html/lilypond-devel/2011-02/msg00034.html I'm adding this comment on issue #1176 . sorry for being grumpy, At least you are not whining. :D Cheers, Xavier -- Xavier Scheuer x.sche

Re: Tremolos between two whole notes

2012-02-03 Thread Xavier Scheuer
this issue (later than the initial report). Maybe the last time this was discussed was in a thread with Janek and his new tremolo styles? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Horizontal shifting

2012-02-02 Thread Xavier Scheuer
-space = #3 \newSpacingSection c4 \newSpacingSection c f e | } End of 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: horizontal line separator in column markup (as in fraction or polychord)

2012-02-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: Experimental Web-based Lilypond Editor

2012-02-01 Thread Xavier Scheuer
://lily.sytes.net/keorwxc4n29/2 It accepted the font change but AFAICS TeX Gyre Pagella is not installed on the server and the font displayed is not TeX Gyre Pagella, it's a fall-back font (sans serif). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: Modifying a slur by offsetting the positions property

2012-02-01 Thread Xavier Scheuer
On 1 February 2012 11:08, Nils l...@nilsgey.de wrote: Just tested it. Good work, again. As David would say: Have you tried running convert-ly -ed on the files?. :-) Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing

Re: Modifying a slur by offsetting the positions property

2012-02-01 Thread Xavier Scheuer
On 1 February 2012 12:41, Xavier Scheuer x.sche...@gmail.com wrote: On 1 February 2012 11:08, Nils l...@nilsgey.de wrote: Just tested it. Good work, again. As David would say: Have you tried running  convert-ly -ed  on the files?.  :-) Sorry, wrong quote. I was replying to Paolo of course

Re: Tie at end of first repeat

2012-02-01 Thread Xavier Scheuer
. This is a workaround, but you could use \laissezVibrer instead of using \repeatTie . Hope that helps (a little). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: Tie at end of first repeat

2012-02-01 Thread Xavier Scheuer
a snippet yourself on the LSR http://lsr.dsi.unimi.it/LSR/html/contributing.html and ask to include it in the doc (that would make James work easier). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user

Re: V.S. on page turns

2012-01-31 Thread Xavier Scheuer
hardcoding the page turns. Is there a way to do this? You could ask to add this to the tracker as a new feature request. http://lilypond.org/bug-reports.html Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user

Re: Stem direction

2012-01-28 Thread Xavier Scheuer
? Is that right? How do you do it if so? IIUC that's something like the Melody_engraver . See http://lsr.dsi.unimi.it/LSR/Item?id=751 I cannot see it somewhere in the documentation (NR, because of course it is in the IR). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: Changing spacing settings between score blocks

2012-01-28 Thread Xavier Scheuer
-- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Positioning of hyphens

2012-01-27 Thread Xavier Scheuer
was surprised not to find anything on this matter in the LSR. \override Lyrics . LyricHyphen #'Y-offset = #0.2 should do the trick I think. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Minimal space between barline and next object

2012-01-27 Thread Xavier Scheuer
or tell? If it is not ok with latest dev version please submit a bug report. http://lilypond.org/bug-reports.html Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: cannot find or create new `voice'

2012-01-27 Thread Xavier Scheuer
On 27 January 2012 14:40, cgodefro free cgode...@free.fr wrote: Hello All, i'm wondering why it can get this warning by time to time, and how to get rid of it : Salut, Voice with a capital letter, not voice in \new Voice Cordialement, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: repeat

2012-01-26 Thread Xavier Scheuer
not put a end repeat bar (:|) just after a line break for instance. So actually a strong (and useful) argument in favor of \repeat volta . Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: Header LSR 0.34821

2012-01-26 Thread Xavier Scheuer
of simply running LilyPond on the file, Lily would decide for itself to run convert-ly before trying to compile the file. But I won't whine about that. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Hiding the RH piano staff

2012-01-25 Thread Xavier Scheuer
. So what you want is to use a GrandStaff. Or keep the PianoStaff and add \layout { \context { \PianoStaff \remove Keep_alive_together_engraver } } Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user

Re: repeat

2012-01-25 Thread Xavier Scheuer
-repeats.html Please use at least LilyPond version 2.14, which is the last stable version. It will be be easier for us to help you. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https

Re: repeat

2012-01-25 Thread Xavier Scheuer
), which automatically print the appropriate bar lines. Maybe the warning is not highlighted enough but it is there. Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: Mailing List Size limit?

2012-01-25 Thread Xavier Scheuer
...@gnu.org , but I guess it's not different from lilypond-user). The mailing lists and the archive storages are a courtesy of gnu.org, the policy I was told was not to impose on their kindness (in addition to Ben Finney's argument). Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

Re: repeat

2012-01-25 Thread Xavier Scheuer
I am sure she did - I'm too tired to check). Do I need to say that \repeat volta 2 does that automatically? :-) Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman

Re: repeat

2012-01-25 Thread Xavier Scheuer
which currently end at this place ( \bar |. command at the exact same moment than end of alternative). Complete staffTromboneII and the issue will disappear! Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond

Re: How to place figures (from figured bass) in the second row without a first one?

2012-01-23 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: Top Margin Adjustment

2012-01-23 Thread Xavier Scheuer
in the NR. 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: Top Margin Adjustment

2012-01-23 Thread Xavier Scheuer
be explained there. Thank you 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

User vs Developer: Round 2 (and half-time?) (was: Re: music font)

2012-01-22 Thread Xavier Scheuer
am afraid my student budget does not allow me to pay developers to work full time on LilyPond. Cheers, Whining Xavier -- Xavier Scheuer x.sche...@gmail.com ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo

Re: counting-numbers above bars called with \repeat unfold

2012-01-22 Thread Xavier Scheuer
://lsr.dsi.unimi.it/LSR/Item?id=473 Thomas, you might want to star issue #146 to be informed if someone starts working on this issue in order to implement such feature directly into LilyPond. http://code.google.com/p/lilypond/issues/detail?id=146 Cheers, Xavier -- Xavier Scheuer x.sche

Re: subDivideBeams issue

2012-01-21 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: Change size of DoublePercentRepeat

2012-01-21 Thread Xavier Scheuer
On 21 January 2012 20:59, Caio Barros caio.bar...@gmail.com wrote: \ override DoublePercentRepeat #'font-size = #4 It works here. Are you sure you have double percent and not [simple] percent repeat? Cheers, Xavier -- Xavier Scheuer x.sche...@gmail.com

<    1   2   3   4   5   6   7   8   9   >