Re: Combining lyrics lines

2012-03-17 Thread -Eluze
Reedmace Star wrote: > > * 2012-03-17 08:47 +0100 -Eluze: >> Reedmace Star wrote: >> > The layout overrides may still be useful for scores where there is >> > occasional small overlap between the voices, though. >> >> I wonder how this would look like

Re: musical logic: what dynamic after the repeat (picture attached)?

2012-03-18 Thread -Eluze
>>> >>> What dynamic is in measure 3 after the repeat? p or f? >>> And yes, I know it is better to write something explicit than implicit. >>> I personally would write a new dynamic sign after ||: but how to >>> interpret it if somebody did it like in the picture? > > 3rd measure after the be

Re: \repeat percent {} breaking \drummode context

2012-03-30 Thread Eluze
hi Uwe in the snippet you sent /\new DrumStaff = main <___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lilypond no longer creates .log files

2012-04-03 Thread -Eluze
nstalled again. > > I'm running \version "2.14.2" in Windows 7. > can you please be more concrete about "using windows" and what command you use in the command prompt? thanks Eluze -- View this message in context: http://old.nabble.com/lilypond-no-longer-cre

Pitch with null duration?

2012-04-03 Thread Eluze
you can try something like { \hideNotes \grace g''( \unHideNotes a1) } hth Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Automatic beams

2012-04-08 Thread -Eluze
he first staff you'd need a rule for notes like 16th and shorter - I found this in the NR: \set Timing.beamExceptions = #'( ;start of alist (end . ;entry for end of beams ( ;start of alist of end points ((1 . 16) . (2 2 2 2)) ;rule for 1/32 beams -- end each 1/16

Re: System in different colors

2012-04-11 Thread -Eluze
at James suggests. (Then there's the issue of the staff > lines underneath the bar line, to which I don't have a ready answer.) > > I don't think it's an issue. it's a question of timing - both voices define a bar at the same time (part 3 the initial bar which u

Re: Dynamic context that can follow system breaks?

2012-04-13 Thread -Eluze
hat distance can be different from one system to the next. >> > > probably a case for vertical spacing: \new Dynamics { \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing = #'((basic-distance . 1)(minimum-distance . 1)(stretchability . 20) (paddin

Re: Re:Dynamic context that can follow system breaks?

2012-04-14 Thread -Eluze
James Harkins-2 wrote: > > > Actually, this doesn't help in 2.14.2 -- same result with this: > > I had tested with 2.15.36 where it seems ok. now I run 2.14.2 and it looks queer from beginning (the dynamics are to far off below the staff). Eluze -- View this messa

Re: Separating bow marks from notes

2012-04-18 Thread -Eluze
lesmondo wrote: > > Hi, > > > I'm trying to separate bow marks/fingerings from notes and the bow > marks/fingerings don't align with the notes correctly. > > What am I doing wrong? > > I don't understand why you are using fingerings and bows in both voices!? but you can still make it work

Re: String Bass Notation

2012-04-18 Thread -Eluze
at shows the exact "phi" symbol. Have any of > you string players seen that notation? > sorry, I didn't find this score - am i missing something? Eluze -- View this message in context: http://old.nabble.com/String-Bass-Notation-tp33709263p33710930.html Sent from the G

Re: removing sharp sign

2012-05-01 Thread Eluze
cis4~ | % 40 cis8 b16 a b8-. b-. \appoggiatura{cis16} b8 a r8 cis~ | % 41 cis \repeat unfold 14 e16 } hi maybe this could help: \override Accidental #'hide-tied-accidental-after-break = ##t I'm not sure about the first version this override was introduced, I found it

Re: parenthesizing only part of an articulation

2012-05-05 Thread Eluze
hi did you mean something like c2 -\parenthesize -. -\tenuto imo it does not look perdect, but maybe you can tweak the tenuto to keep more distance: c -\parenthesize -. -\tweak #'padding #5 -\tenuto hth Eluze Am 05.05.2012 09:06, schrieb Urs Liska: Hi list, I have something li

Re: parenthesizing only part of an articulation

2012-05-05 Thread Eluze
rs personally I try to avoid extra-offset… at a first glance I also thought the tenuto is not centered correctly - but then I magnified the pdf/png file and it looked much better (maybe an optical illusion due to the inclination of the note head?) - did you try to print the result? how does thi

Re: parenthesizing only part of an articulation

2012-05-06 Thread Eluze
Am 05.05.2012 23:20, schrieb Urs Liska: Am 05.05.2012 23:08, schrieb Eluze: Am 05.05.2012 13:22, schrieb Urs Liska: Thanks, this works (don't know why I didn't find out myself ...) I had to tweak extra-offset instead of padding, because the tenuto is also misplaced horizonta

Re: Different staff sizes

2012-05-07 Thread Eluze
hi you can override the staff-space of the staffsymbol like that: \layout { #(layout-set-staff-size 30) \context { \Staff \override StaffSymbol #'staff-space = #(magstep 3) } } hth Eluze ___ lilypond-user mailing

Re: Different staff sizes

2012-05-07 Thread Eluze
I agree - I seem to remember having seen it in earlier documentations - now I found it in http://lilypond.org/doc/v2.15/Documentation/snippets/staff-notation#staff-notation-changing-the-staff-size why has it been moved? Eluze ___ lilypond-user

Re: tremolo issues

2012-05-07 Thread Eluze
hi I don't know which is the newest available release on Debian but there are significant changes! Eluze Am 07.05.2012 21:55, schrieb Justin Glenn Smith: using 2.12.3 (as packaged with Debian stable), I get the following issues: tremolo marks touch the half-note stems, and I would

Re: Temporary staff and VerticalAlignment

2012-05-08 Thread Eluze
Am 08.05.2012 12:00, schrieb Roman Stawski: Does anyone have an idea how to get an error free compile and the bar lines spanning. Thanks for any help from 2.15.27 there will be no more error message for that! Eluze ___ lilypond-user mailing

Re: glissando not displayed in Staff

2012-05-13 Thread Eluze
\once \override Glissando #'Y-offset = #.2 hth Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: glissando not displayed in Staff

2012-05-13 Thread Eluze
hi Federico if you use \once you must apply it _just before_ the concerned note. and if you want to override the TabStaff offset you have to specify \override TabStaff.Glissando … cheers Eluze Am 13.05.2012 10:13, schrieb Federico Bruni: Il 13/05/2012 09:31, Eluze ha scritto: Am

Re: glissando not displayed in Staff

2012-05-13 Thread Eluze
issando dis8) e4 | } watch out you omit the \once if you put the \override at the beginning of the piece! Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: how to stretch the bar width?

2012-05-13 Thread Eluze
g I don't like much: - markup is not left aligned: \override LyricText #'self-alignment-X = #LEFT is not working? is there a contradiction - you want to left-align lyric texts and in the same time you have a centered column?! maybe \left-column or just \co

Re: chord names position

2012-05-15 Thread Eluze
you can add \override VerticalAxisGroup #'nonstaff-relatedstaff-spacing #'padding = #5.5 also, be sure to spell \new_ChordNames_ { { \leadsheet } } correctly (you had Chordnames there) Eluze Am 15.05.2012 17:16, schrieb corallina: I have looked through the manual usi

Re: Full bar tremolo with accidentals fails

2012-05-20 Thread Eluze
ersion are you using? with 2.15.38 or 2.14.2 (stable) I don't get any error! Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Volta repeat with different lyrics places all words on lower staff

2012-05-20 Thread Eluze
} >> } I think your two voices "melody" and "harmony" are not contained in the same staff - try (within your choirstaff, if needed) \new Staff << \new Voice = melody … \new Voice = harmony … >> hth Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: TupletNumber regression

2012-05-22 Thread -Eluze
. > > How should I submit my example ... in email here? In an issue reporter? > if it's a question about how to use a function ask in the user list; if you are sure it's a bug post it to the bug list. without your example I can't tell you more! Eluze -- View this me

Re: \autochange between "treble^8" and treble

2012-05-22 Thread Eluze
er%40gnu.org/between%20treble%20and%20treble%5E8.gif sorry I can't ell you more than to look at http://lilypond.org/doc/v2.15/Documentation/notation-big-page#changing-staff-automatically and possibly middleCposition Eluze ___ lilypond-user m

Re: Removing initial Bar spanning two-staff system

2012-05-23 Thread -Eluze
tartBracket #'transparent = ##t and in the layout specify \layout { \context { \Score \remove "System_start_delimiter_engraver" }} hth Eluze -- View this message in context: http://old.nabble.com/Removing-initial-Bar-spanning-two-staff-system-tp33893804p33894999.html Sent from the

Re: \autochange between "treble^8" and treble

2012-05-23 Thread -Eluze
\context Voice = "1" { s1 } } \new Staff = "down" { \clef treble \set Staff.middleCPosition = #8 \autochange \mus } >> but there is still a lot to do and don't forget the warning in the manual! hth Eluze -- View this message in con

Re: Removing superfluous mensural signs

2012-05-26 Thread -Eluze
ignature #'break-visibility = #end-of-line-invisible }} to make it work for all staffs hth Eluze -- View this message in context: http://old.nabble.com/Removing-superfluous-mensural-signs-tp33912993p33913782.html Sent from the Gnu - Lilypond -

Re: I'm not top posting. (markup for tabstaff ?)

2012-05-27 Thread -Eluze
to mark up > the text "BU". > finally i would like to do this in a TabStaff only. > so far I have got > this will probably do: \new TabStaff \relative c { \tabFullNotation c2^"BU" \parenthesize d2 } Eluze -- View this message in context: http://old.nabble.c

Re: tuplet bracket starts too late after shorter-rest

2012-05-28 Thread -Eluze
this as bug, see https://code.google.com/p/lilypond/issues/detail?id=2571&thanks=2571&ts=1338197525 Eluze -- View this message in context: http://old.nabble.com/tuplet-bracket-starts-too-late-after-shorter-rest-tp33918372p33918754.html Sent from the Gnu -

Re: tuplet bracket starts too late after shorter-rest

2012-05-28 Thread Eluze
Am 28.05.2012 11:40, schrieb David Kastrup: -Eluze writes: m...@apollinemike.com wrote: Try: \set tupletFullLength = ##t \set tupletFullLengthNote = ##t r unfortunately this doesn't help here as a workaround you can use \hideNotes r8 \unHideNotes iso of the spacer. Maybe

add not-last-page in titling-init.ly

2012-05-30 Thread -Eluze
-/footermarkups thanks Eluze -- View this message in context: http://old.nabble.com/add-not-last-page-in-titling-init.ly-tp33931553p33931553.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond

Re: add not-last-page in titling-init.ly

2012-05-30 Thread -Eluze
Nick Payne-3 wrote: > > #(define (not-last-page layout props arg) > (if (and (chain-assoc-get 'page:is-bookpart-last-page props #f) > (chain-assoc-get 'page:is-last-bookpart props #f)) > empty-stencil > (interpret-markup layout props arg))) >

Re: suppress warnings

2012-05-31 Thread Eluze
is a better way I'm not seeing.) Best wishes, Peter what's wrong with this code - I don't get any warnings! { \clef bass << { g4 fis8( g) a4 g } \\ { d4 \sustainOn d d d } >> | a,4 b,\sustainOff c

Re: position of footer

2012-05-31 Thread -Eluze
r:hinweis } \line { \fromproperty #'header:tagline } \line { \fromproperty #'page:page-number-string } } } of course this can be optimized depending on the logic and actions you apply. hth Eluze -- View this message in context: http://old.nabble.com/position-of-footer-tp33

Re: position of footer

2012-06-01 Thread -Eluze
Kai-48 wrote: > > > Am 31.5.2012 um 17:26 schrieb -Eluze: > > But now the middle page footers are not centered even though they are in a > \fill-line and \center-column environment. To show, what I mean, I > attached the PDF. Since I did nothing but rearrange the cod

Re: positioning of fret diagram

2012-06-01 Thread -Eluze
o 2 3;o 2 3;o 2 ;o 1 3;o 1 3;" } cheers Eluze -- View this message in context: http://old.nabble.com/positioning-of-fret-diagram-tp33945649p33945827.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user ma

Re: stem across voices

2012-06-03 Thread Eluze
-th string down to d - then it was perfectly playable - even the glissando makes sense! cheers Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: stem across voices

2012-06-03 Thread Eluze
Am 03.06.2012 17:18, schrieb Thomas Morley: 2012/6/3 Eluze: Am 03.06.2012 16:45, schrieb Thomas Morley: Not really. It is physically _impossible_ to play \relative c { \clef "G_8"<<{ e,8 [f] } \\ { e4}>> } on a common six-string guitar. (first beat of the bar) -Ha

Re: stem across voices

2012-06-03 Thread -Eluze
ther instrument - let's say for a piano - and later it was transcribed: does it not make sense sense to keep the original quarter (perhaps one could parenthesize it…)? I believe the quarter rhythm is better marked with a quarter note in analogy to the following quarters. Eluze -- View this messa

Re: Make visible note silent

2012-06-04 Thread Eluze
d you will have what you want the inconvenience is that you have to reset it after a mute part. hth Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Visibility of text spanners after line break

2012-06-06 Thread -Eluze
one snippet, but that > refers to spanners that end immediately after the line break. > > Any ideas? > I'm not sure but I seem to remember sthing like \override TextSpanner #'(bound-details left-broken text) = #"that's it (or just blank)!" there should be examp

Re: Visibility of text spanners after line break

2012-06-07 Thread Eluze
Am 08.06.2012 00:33, schrieb Urs Liska: Am 07.06.2012 08:24, schrieb Eluze: hi Urs Am 07.06.2012 03:05, schrieb Urs Liska: Am 06.06.2012 21:41, schrieb -Eluze: Urs Liska-4 wrote: I'm not sure but I seem to remember sthing like \override TextSpanner #'(bound-details left-b

Re: Opening parentheses in lyrics don't appear

2012-06-11 Thread -Eluze
bars from the > piece: > > you can use text-replacements, see NR 3.3.3 Special characters. ASCII aliases it's described there how to add your own characters, e.g. \paper { #(add-text-replacements! '( ("&lparen;" . "("))) } I don'

Re: magic coloring of contexts

2012-06-11 Thread Eluze
)) (if (not (null? x)) (let ((grob-name (caar x))) (ly:context-pushpop-property context grob-name 'color color) (loop (cdr x))) Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/lis

Re: magic coloring of contexts

2012-06-11 Thread Eluze
just added <> before\colorContext LimeGreen and now it works as expected. thanks for the explanation! Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: stem length and change staff

2012-06-12 Thread -Eluze
Tiresia Giuno wrote: > > in the attached files (.ly & .png) the alteration of the first b' in the > second bar produces an incorrect length of the stems and an incorrect > position of the beam. > agreed, but version 2.15.40 looks much better! Eluze -- View this m

Re: problem with doubly dotted tremolo

2012-06-13 Thread Eluze
hi ornello I've added a report on the bug-lists, s. http://old.nabble.com/%5CunfoldRepeats-and-%5Crepeat-tremolo-7%2C14%2C15-produces-weird-output-ts34005569.html Eluze Am 06.06.2012 17:07, schrieb ornello: I have a problem when unfolding a tremolo with the duration of a doubly dotted

Re: neutral direction cues

2012-06-15 Thread -Eluze
eVoice manually in such a way that it > quotes only the relevant extract from a quote, i.e. those "during" my > spacer rests. > can you please give some code as example !? - I'm not sure to understand your request correctly. thanks Eluze -- View this message in context: http://o

Re: centering text

2012-06-16 Thread -Eluze
word per a bar. > The code below puts the words at the end, so I guess its aligning to > the note rather than the bar. > > maybe you mean \RehearsalMark!? s. http://lilypond.org/doc/v2.15/Documentation/notation-big-page#rehearsal-marks and links from there for more details! Eluze

Re: centering text

2012-06-17 Thread Eluze
ng of line! (this for testing if in the middle of a line it is kept>> can you see it?) Eluze ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: turning off partcombine

2012-06-19 Thread Eluze
hi Mike what exactly do you mean - any example? Eluze Am 19.06.2012 11:15, schrieb m...@mikesolomon.org: Hey users, Is there a way to turn off partcombine so that I can change staves and then turn it back on when the voice comes back to its original staff

Re: "-dshow-available-fonts" vs. UNIX stdout?

2012-06-20 Thread -Eluze
/doc/v2.15/Documentation/usage/command_002dline-usage#invoking-lilypond) lilypond -dshow-available-fonts x 2>... hth Eluze -- View this message in context: http://old.nabble.com/%22-dshow-available-fonts%22-vs.-UNIX-stdout--tp34041386p34041431.html Sent from the Gnu - Lilypond - User mailing

utility to create files for a score or book

2012-06-20 Thread -Eluze
lity which would create all these files and maybe even write the corresponding code into them. if not - what programming language would be useful? thanks for any hints! Eluze -- View this message in context: http://old.nabble.com/utility-to-create-files-for-a-score-or-book-tp34045167p34045167

redirect the list/output of #(ly:font-config-display-fonts)

2012-06-22 Thread -Eluze
hi! is it possible (and how) to redirect the generated list to a special file? thanks Eluze -- View this message in context: http://old.nabble.com/redirect-the-list-output-of--%28ly%3Afont-config-display-fonts%29-tp34054316p34054316.html Sent from the Gnu - Lilypond - User mailing list

Re: redirect the list/output of #(ly:font-config-display-fonts)

2012-06-22 Thread -Eluze
andersvi-2 wrote: > >>>>>> "-" == -Eluze writes: > > -> is it possible (and how) to redirect the generated list to a > -> special file? > > ly:font-config-display-fonts seems to rely on side-effects, just > returning #, so not

Re: functions in include file

2012-06-22 Thread -Eluze
ntains nothing I (or some other code) I get exactly the error messages you report. it is quite common to use the extension .ily for files to be included but I never saw .lyi - can you please check that?! Eluze -- View this message in context: http://old.nabble.co

Re: Notes inside markup

2012-06-23 Thread -Eluze
racketify as defined in this snippet: http://lsr.dsi.unimi.it/LSR/Item?id=564 for the \stemUp I'd say this is again the grace in the beginning - use this command right after the grace! Eluze -- View this message in context: http://old.nabble.com/Notes-inside-markup-tp34058072p34058227.html

Re: utility to create files for a score or book

2012-06-23 Thread -Eluze
m...@apollinemike.com wrote: > > On 20 juin 2012, at 22:10, -Eluze wrote: > > Federico + MS thank you both for pointing me to these tools - I will need some time to study them! Eluze -- View this message in context: http://old.nabble.com/utility-to-create-files-for-a-s

Re: Adding new fingering system

2012-06-24 Thread -Eluze
I want, but it would be nice to use a > similar syntax as for string indications, e.g. > > > How hard is it to extend Lilypond so I can use the same syntax as for > string indication? > And where to I start? > > this snippet might be of interest for you: http://lsr.ds

Re: Coda

2012-06-25 Thread -Eluze
\musicglyph #"scripts.tenuto" \musicglyph #"scripts.coda"} } } % Increasing the unfold counter will expand the staff-free space \repeat unfold 4 { s4 s4 s4 s4 \bar "" } \break \startStaff \cadenzaOff please be aware that the <>-\marku

Re: Coda

2012-06-25 Thread Eluze
Am 26.06.2012 07:06, schrieb David Kastrup: -Eluze writes: \textLengthOn \override TextScript #'padding = #-3 \override TextScript #'staff-padding = #'() \override TextScript #'outside-staff-priority = ##f s1 %<--- to add more horizon

Re: Coda

2012-06-26 Thread -Eluze
use indent in the \layout section of the score. and if you don't like the 5 dots in the end of the first score (after the d.c.) you can just omit the \startStaff after all is done. cheers Eluze -- View this message in context: http://old.nabble.com/Coda-tp34067571p34072499.html Sent f

Re: Coda

2012-06-26 Thread -Eluze
visibilities twice it overrides the first setting… Eluze -- View this message in context: http://old.nabble.com/Coda-tp34067571p34073216.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. ___ lilypond-user mailing list lilypond

Re: Margins

2012-06-27 Thread -Eluze
one > system > and system-spacing doesn't either, what's next to try? I can set the > global staff size smaller but on letter sized paper more than one system > per page gets closer to study score size than playable. > > it (top-margin) seems to work with me - can you pr

Re: grace note/time signature spacing?

2012-07-02 Thread -Eluze
t all, but does NR 4.5.3 Changing horizontal spacing (look for \override Score.SpacingSpanner #'strict-note-spacing = ##t) meet what you want? Eluze -- View this message in context: http://old.nabble.com/grace-note-time-signature-spacing--tp34104192p34104301.html Sent from the Gnu - Lilypon

Re: Lilypond 2.14.2 - Message language

2012-07-03 Thread -Eluze
> Converting to `./D Minor.pdf'... > success: Compilation successfully completed > > > usually you set the environment variable LANG to the wanted language (don't know your OS) but to be honest I don't know how far Swedish is supported, so to have only one language

Re: grace note/time signature spacing?

2012-07-03 Thread -Eluze
Shevek wrote: > > > > -Eluze wrote: >> >> not sure I catch it all, but does NR 4.5.3 Changing horizontal spacing >> (look for \override Score.SpacingSpanner #'strict-note-spacing = ##t) >> meet what you want? >> > > \once\override Scor

Re: grace note/time signature spacing?

2012-07-04 Thread -Eluze
\partcombine... functions cannot be placed inside a \times or \relative block. ... and your example seems to do so!? can you investigate on this and in case we'll be able to open an issue. thanks Eluze -- View this message in context: http://old.nabble.com/grace-note-time-signature-spacing--tp

Re: horizontal shift

2012-07-07 Thread -Eluze
tent to the right on > _all_ pages (meaning even and odd ones). > > Did I miss something? otherwise, this feature would be a wish of mine for > future development. > > do you mean http://lilypond.org/doc/v2.15/Documentation/notation/horizontal-spacing-_005cpaper-variables#_005cpaper

Re: horizontal shift

2012-07-07 Thread -Eluze
things like that (the indexes are helpful in certain cases, but not in all) Eluze -- View this message in context: http://old.nabble.com/horizontal-shift-tp34127611p34128625.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.

Re: the bracket \[ does not work! A bug?

2012-07-09 Thread -Eluze
; Yes! I know! But I want both! As in the picture! > Is possible? > > maybe using horizontal brackets could do it!? Eluze -- View this message in context: http://old.nabble.com/the-bracket-%5C--does-not-work%21-A-bug--tp34133403p34133909.html Sent from the Gnu -

Re: Bar lines appearing even with \stopStaff and \RemoveEmptyStaves

2012-07-09 Thread -Eluze
Alexandre Ficagna wrote: > > Hy, > > does someone know why, even with \stopStaff and \RemoveEmptyStaves, > the barlines on the upper staff stand still? > Below the code: > > you didn't apply \RemoveEmptyStaves \override VerticalAxisGroup #'remove-first

Re: Dealing with Deprecation (Was Re: Vertical spacing: Was between-system-space deprecated?)

2012-07-29 Thread -Eluze
> that converting old versions of lilypond scores to the latest > version with a script would not be flawless. > > How has this been working for others? > > I always had good experiences with it! please try it and report your results! Eluze -- View this message in context: htt

Re: Strange output of \addFingering

2012-08-02 Thread -Eluze
> > \score { > << > \new Staff { \addStringNumber \melody > #" > +'9'+'6' +'7'+'6B' +'6'+'5' > " > } > >> > } > > I think you have to use another font

Re: Moving notes re: text within markup

2012-08-05 Thread -Eluze
kuplist { \justified-lines { % \override-lines #'( line-width . 55 ) % \override #'( baseline-skip . 2.5 ) {...[text]...semiquavers and demisemiquavers are to be played in some such ways as \vcenter \score { { \stemDown d''16( f

Re: Moving notes re: text within markup

2012-08-05 Thread -Eluze
George_ wrote: > > > Nothing's changed - was this supposed to fix my problem? > > sorry, I should have emphasized my changes - in short I have added indent = 0 in the \layout and \vcenter before the \score this should help! Eluze -- View this messa

Re:

2012-08-07 Thread Eluze
de 1. Blessing in+, Ming. this document describes the most common errors: http://lilypond.org/doc/v2.15/Documentation/usage-big-page#apparent-error-in-_002e_002e_002fly_002finit_002ely hth Eluze ___ lilypond-user mailing list lilypond-user@gnu.org h

Re: finger stroke position

2012-08-07 Thread eluze
pabuhr wrote > > > … > and I would like the finger strokes to lineup vertically rather than > following > the note height. > > you can try \override Score.StrokeFinger #'staff-padding = #5 hth Eluze -- View this message in context: http://lilypond.106903

Re: end-of-line-visible does not work

2012-08-10 Thread eluze
I think it's a good idea to set \override Score.RehearsalMark #'break-visibility = #all-visible for debugging purposes Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/end-of-line-visible-does-not-work-tp130421p130446.html Sent from the User mailing li

Re: Having trouble with chord symbols above notes

2012-08-12 Thread eluze
you need to add correponding rests/spacers to the \chords: \language "english" << \chords { s4 s s f \breve s4 s s bf \breve s4 s d:min } \relative c' { \set Score.timing = ##f c4 d \bar "|" s4 f \breve g4 f4 \bar "|"

Re: Suboptimal slur (easy case)

2012-08-16 Thread eluze
ck if there are issues in the tracker in https://code.google.com/p/lilypond/issues/list Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Suboptimal-slur-easy-case-tp130700p130704.html Sent from the User mailing list archive at Nabble.com.

Re: dynamics (and hairpins) attached to rests vs dynamics attached to notes

2012-08-16 Thread eluze
way you can reuse the same voice/staff with the dynamics in it (of course you can also use a separate voice with spacers for the dynamics…) hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/dynamics-and-hairpins-attached-to-rests-vs-dynamics-attached-to-notes-tp1

Re: dynamics (and hairpins) attached to rests vs dynamics attached to notes

2012-08-16 Thread eluze
chestral staves to look the same you have to use the same approach for all of them! Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/dynamics-and-hairpins-attached-to-rests-vs-dynamics-attached-to-notes-tp130716p130729.html Sent

Re: Suboptimal slur (easy case)

2012-08-17 Thread eluze
Janek Warchoł-2 wrote > > On Thu, Aug 16, 2012 at 2:26 PM, James Harkins <jamshark70@> wrote: >> >> > From: eluze >> >> > James Harkins-2 wrote >> > > >> > > Is there an issue logged for this? >> > >> > what

Re: Vertical spacing within header blocks

2012-08-17 Thread eluze
rkup { \override #'(baseline-skip . 3.5) \column { \fill-line { \fromproperty #'header:dedication } \override #'(baseline-skip . 3.5) \column { … where you should be able to customize both /baseline-skip/s to your needs (or add new ones for other lines) (you don

Re: problem with staff size

2012-08-20 Thread eluze
fabio wrote > > Hi, > i want to write a piano score with melody, but i want the melody smaller! > > hi do you mean a melody with text? can you provide a tiny example of your code so far, so we can show exactly where to put modifying commands!? Eluze -- View this message in

Re: RH separation mark

2012-08-21 Thread eluze
adding #-0.5 \tweak #'staff-padding ##f - \markup { \path #0.1 #RH } } \relative c' { << { b'4 \myTweak } \\ { e,2 } >> } I reckon there are still other ways… hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/RH-separation-

Re: easyHeadsOn

2012-08-21 Thread eluze
e > is almost no music on a page. > > So go big or go home with easyHeadsOn! ;-) > > this link may help: http://lilypond.1069038.n5.nabble.com/Re-To-improve-lilypond-score-sheet-output-td20724.html Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/

Re: problem with beam

2012-08-22 Thread eluze
-and-placement or http://lilypond.org/doc/v2.15/Documentation/notation-big-page#single_002dstaff-polyphony hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/problem-with-beam-tp131081p131087.html Sent from the User mailing list

Re: Completion_heads_engraver and afterGrace

2012-08-23 Thread eluze
s/detail?id=2769&thanks=2769&ts=1345723426 Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Completion-heads-engraver-and-afterGrace-tp131124p131126.html Sent from the User mailing list archive at Nabble.com. ___ lily

Re: \revert Glissando #'bound-details #'left #'padding not working

2012-08-24 Thread eluze
o work. I couldn't find anything about it's being > changed in changes.tely > > this seems to work till 2.15.41 - the warnings are introduced with 2.15.42. as a workaround you can use the syntax \revert Glissando #'(bound-details left padding) Eluze -- View

Re: \revert Glissando #'bound-details #'left #'padding not working

2012-08-24 Thread eluze
#2 \override Glissando #'bound-details #'right #'Y = #-2 c4 \glissando ces2. \revert Glissando #'bound-details c4 \glissando ces2. } http://lilypond.1069038.n5.nabble.com/file/n131192/glissando-minimum_length.png glissando-minimum_length.png Eluze -- View this message in co

Re: Turn off header markup on first page?

2012-08-24 Thread eluze
ers and specially for \on-the-fly conditions! (sorry I have no time right now to search or create ready examples) hth Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/Turn-off-header-markup-on-first-page-tp131199p131226.html Sent from the User mailing list

Re: Complete Ossia stave colored ?

2012-08-27 Thread eluze
mail-136 wrote > > Hi, > > Is it possible to completly color an Ossia stave ? > > I can do most symbols like the note heads, the stem, accidentals, etc. all > seperate, but then the underlying lines? > > see http://lsr.dsi.unimi.it/LSR/Item?id=443 Eluze -- V

Re: Lilypond 2.16.0 released!

2012-08-27 Thread eluze
\fromproperty #'page:page-number-string > \on-the-fly #not-first-page { \center-align \fromproperty > #'header:composer } " " } > } > it's always good to send a (potentially) compiling code or the full code to reproduce the error when I complete the missing

Re: vertical spacing on second page

2012-08-30 Thread eluze
d markup-system-spacing. > > I think you need top-system-spacing #'minimum-distance = #16 or top-system-spacing #'basic-distance = #16 (or both) for this Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/vertical-spacing-on-second-page-tp131722

<    4   5   6   7   8   9   10   11   12   >