y 2017 at 13:14, David Nalesnik
wrote:
> Tiago,
>
> On Tue, Feb 7, 2017 at 6:39 AM, Tiago Morin wrote:
> > Is there a way to color just one of the accidentals of a key signature?
> > For example: I'd like to color in red the d sharp of the "\key e \major"
> ,
&g
Is there a way to color just one of the accidentals of a key signature?
For example: I'd like to color in red the d sharp of the "\key e \major" ,
leaving the rest of the accidentals in default color.
Thanks in advance.
Tiago
___
lilypond-user mailing l
Hi,
Here's the Latex source I use for such situation:
The booklet has to be done manually.
\documentclass[a4paper,landscape]{article}
\paperwidth=420mm
\paperheight=297mm
\pdfpagewidth=\paperwidth
\pdfpageheight=\paperheight
\usepackage{pdfpages}
\begin{document}
\includepdf[pages={2,1},nup=2x1,
After many hours struggling with evince and cupsdrivers, and many
paper wasted, I chose to latex the document. taking the idea from
pdfnup I arranjed the sourced to get the result I wanted:
\documentclass[a4paper,landscape]{article}
\paperwidth=420mm
\paperheight=297mm
\pdfpagewidth=\paperwidth
\p
have you tried
e'8:32[ e'16 e'] ?
works nice on 2.10.33
It would help if you copy the lilypond code
Regards
Tiago
On Mon, Mar 3, 2008 at 9:17 PM, Risto Vääräniemi <[EMAIL PROTECTED]> wrote:
> Dear all,
>
> I came up with a piece of music that combines a tremolo with a beamed
> eight note. I
Hi lilyponders,
I'd like to have the rest (r1 or r2 depending on \time 4/4 or 2/4)
centered horizontally between the measure bars instead of the location
where the (absence) of note should be (in the beginning of the
measure). How to?
regards
Tiago
_
Szia!
Lilypond suports UTF8 as character encoding input. Save your file in
UTF8 encoding and it will appear in the pdf like you wrote it.
Tiago
On Jan 13, 2008 8:48 PM, Nemeth Pal <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I have a question of lilypond (\version "2.10.10") in Windows XP
> I want to us
check section 11.2.2 in the manual:
\layout{
\context { \Staff \override VerticalAxisGroup #'minimum-Y-extent =
#'(-7 . 7)
}
}
On Jan 3, 2008 12:43 PM, Stefan Thomas <[EMAIL PROTECTED]> wrote:
> Dear Lilypond-users,
> I have a question concerning the layout.
> I want to increase
> * Put some naturals in parentheses (e.g., measures 8 and 9)
Section 6.1.3 in the manual ( c? will put accidental in parentheses)
> * Move rests to correct height. Many of the rests aren't appearing at
> the same height as their voices. (e.g., measures 3 and 7)
Section 6.1.9 (part 2) in the manu
Hi lilyponders
I don't know why the voltabracket is printed on the text. Anyway the
manual padding is not working.
\version "2.10.33"
\paper {
raggedright = ##f
}
\score{
\new Staff{
c'4 c' c' c'
\override VoltaBracket #'padding = #5
\set Score.repeatCommands = #'((volta "1."))
2^\markup{\cente
Hi lilyponders
I'm having some trouble with the textspanner line. In the following example:
\version "2.10.33"
\paper {
raggedright = ##f
}
\score{
\new Staff{
<<{e''8.[ c''16] b'8.[ c''16]
\once \override TextSpanner #'edge-text = #'("III" . "")
\once \override TextSpanner #'direction = #1
\
Hi Stefan,
Sometimes I find myself in situations where problems don't seem to
have any obvious solutions. In such cases I try to tune the object to
my needs. In this case:
{
\once \override Beam #'positions = #'(-8 . -8)
\repeat "tremolo" 8 { 16 e 16 }
\repeat "tremolo" 4 { 16 f16 }
\repeat
Hi
I could write in french, but this might be usefull for someone else, it was
a pain in the but for me to find this out.
I'm a guitarrist, so I adapted the code for the four fingers, as the thumb
is not used in the Left Hand.
In the code bellow, you find code for fingering for the left end (Ln
Hi
I managed to output underlined fingering with the following code:
Ln = \markup{\override #'(font-size . -5) \override #'(font-encoding .
fetaNumber) "0" \postscript #"0.08 setlinewidth -1.46 -0.2 moveto 0.88 0
rlineto stroke"}
Li = \markup{\override #'(font-size . -5) \override #'(font-encodi
Hi
I'm trying to reduce beamed stem length to avoid stem clash:
<<{g'2}\\{
\stemUp
\override Stem #'details #'beamed-lengths = #'(1.25 )
g8[ d'] f'[ d']
}\\{ \stemDown g2}>>
the Stem #'details #'beamed-lengths allows to increase t
TextSpanner #'edge-height = #'(0 . 0.5)
\once \override TextSpanner #'padding = #1.5
\once \override TextSpanner #'dash-fraction = #'()
a8[ cis' e'\startTextSpan a']\stopTextSpan
}
d8[ fis b d']\stopTextSpan
\stopTextSpan
I tried also to put the new s
16 matches
Mail list logo