Dear all,
Thank you for your useful advice.
I have not seen \newSpacingSection before, and it works very well.
> This is the most laborious method, giving detailed control, though.
I compose using a program, so it's easy to write the same thing a
hundred times. ;-)
Unfortunately, the method of
\version "2.22.1"
{
\clef bass
\time 5/4 r8 r16. g32 f32 a32 d32 a32 r8 r2 r4
r1 r4
r2 f32 d32 g32 a,32 a32 r16. r4 r4
r1 r4
}
% The whole bar rests below are too wide.
{
\clef bass
\time 5/4 r8 r16. g32 f32 a32 d32 a32 r8 r2 r4
R4*5
r2 f32 d32 g32 a,32 a32 r16. r4 r4
R4*5
}
\version "2.19.81"
{
\compressFullBarRests
\set Score.restNumberThreshold = #0
\time 5/4
R4*5
\time 4/4
R1*2
}
{
\compressFullBarRests
\set Score.restNumberThreshold = #0
\override Staff.MultiMeasureRest.space-increment = 10
\time 5/4
R4*5
\time 4/4
R1*2
}
% Thanks,
%
Thank you for your reply.
But I'd like to adjust "length-fraction", the intervals between
tremolo-beams. not Y-offset.
Takumi
2018-04-25 17:41 GMT+09:00 Thomas Morley :
> 2018-04-25 8:05 GMT+02:00 takumi ikeda :
>> \version "2.19.61"
>>
>> {
&
\version "2.19.61"
{
\override Stem.length = #10
\override StemTremolo.beam-thickness = #0.3
\override StemTremolo.slope = #0.2
\override StemTremolo.beam-width = #1.5
\override StemTremolo.extra-offset = #'(0 . 1)
\override StemTremolo.length-fraction = #0.7 %% not works on the be
%% Unfortunately, SVG exporting failed with Gonville font. I'd like to
just report. (T.I)
\version "2.19.61"
\paper {
#(define fonts
(set-global-fonts
#:music "gonville" ;"cannot find SVG font #f" ??
#:brace "gonville"
#:factor (/ staff-height pt 20)
))
}
\new Gran
Dear Community,
I found that the following code does not work properly. I don't know
whether it is the known bug or not...
\version "2.18.2"
{
\new PianoStaff <<
\new Staff = up {
% It works well when the followong line is commented out.
\override TupletBracket.outside-s
6:58 GMT+09:00 Simon Albrecht :
> Am 12.02.2015 um 17:00 schrieb takumi ikeda:
>>
>> Hi Kevin,
>> Thank you for your reply. But the part of "(if (= UP dir) -0.5 0.5)"
>> seems to not working...
>>
>> BTW, How can I learn the syntax like "(ly:d
kup
> (
>#:translate (cons 0 (if (= 0 dur-log)
>0
>(if (= UP dir) -0.5 0.5)))
>#:postscript tremps
>)
> )
> )
Hello all,
I am trying the following code but I got "Wrong type: ()" error.
I would like to avoid translating tremolos when the note is whole note.
Writing Scheme is quite difficult for me. Any help would be appreciated.
Takumi
>>
\version "2.18.2"
tremps = #"
2 setlinewidth
0.07 0.07 scale
-1
Hello all,
I got an error message by the following script.
\version "2.18.2"
{
c'1^\markup {
\override #'(graphical . #f)
{
\woodwind-diagram #'saxophone #'(
(lh . (bes))
(cc . (four))
When using special notehead, accidental and notehead collide to some specific
notes. What should I do in order to avoid this using Scheme?
\version "2.14.2"
triBk =
#(ly:make-stencil
(list 'embedded-ps
"gsave
currentpoint translate
newpath
-.1675 .5 moveto
12 matches
Mail list logo