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
>>>
>>> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
\once \override Glissando #'Y-offset = #.2
hth
Eluze
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
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
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
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
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
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
}
>>
}
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
.
>
> 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
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
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
\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
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 -
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
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 -
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
-/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
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)))
>
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
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
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
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
-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
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
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
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
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
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
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'
))
(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
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
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
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
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
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
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
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
/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
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
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
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
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
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
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
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
\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
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
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
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
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
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
> 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
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
\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
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
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.
; 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 -
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
> 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
>
> \score {
> <<
> \new Staff { \addStringNumber \melody
> #"
> +'9'+'6' +'7'+'6B' +'6'+'5'
> "
> }
> >>
> }
>
>
I think you have to use another font
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
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
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
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
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
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 "|"
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.
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
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
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
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
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
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-
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/
-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
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
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
#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
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
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
\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
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
801 - 900 of 1140 matches
Mail list logo