On Sep 17, 2014, at 10:12 PM, Éric wrote:
> Dears,
>
> In order to install and use LiliJazz on my Mac, I try to locate these files,
> but I cannot find them.
>
> INSTALLDIR/LilyPond.app/Contents/Resources/share/lilypond
> /current/scm
>
> INSTALLDIR/LilyPond.app/Contents/Resources/share/li
Dears,
In order to install and use LiliJazz on my Mac, I try to locate these files,
but I cannot find them.
INSTALLDIR/LilyPond.app/Contents/Resources/share/lilypond
/current/scm
INSTALLDIR/LilyPond.app/Contents/Resources/share/lilypond
/current/fonts/otf
INSTALLDIR/LilyPond.app/Contents/Res
Hi all,
thanks for your feedback. Paul hit it, this does exactly what is needed.
And it is the simplest and conceptually cleanest way.
\version "2.19.13"
\paper {
indent = 2\cm
}
music = \relative c' {
c d e f
d e fis g
e fis gis a
\bar "||"
}
concat = {
\music
\key d \major
\m
2014-09-17 21:11 GMT+02:00 Paul Morris :
Will \remove Key_engraver do what you want? It solves the problem you gave
> in your example.
>
Nice shot Paul !
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypo
Urs Liska wrote
> So the question is: is there a way for a voice/staff to completely ignore
> the \key command?
Will \remove Key_engraver do what you want? It solves the problem you gave
in your example.
HTH,
-Paul
\version "2.19.13"
\new Staff \with {
\remove Key_engraver
} {
cis''1^\mark
You can also define your own accidental-style. The code below always prints
accidentals when a pitch has an alteration.
I suppose it will work the same for 2.19.
\version "2.18.2"
\relative {
#(set-accidentals-properties #f
`(Staff
,(lambda (c p bn mp)
(if
Oops, I didn't think of repeated notes. Well maybe it's helpful anyway.
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Ignore-key-signature-tp166525p166528.html
Sent from the User mailing list archive at Nabble.com.
___
lilypo
Hi Urs,
2014-09-17 18:18 GMT+02:00 Urs Liska :
> So the question is: is there a way for a voice/staff to completely ignore
> the \key command?
>
How about :
\version "2.19.14"
{
\omit Staff.KeySignature
cis''1^\markup "no key"
\key d \major
\accidentalStyle Staff.teaching
\over
I have an issue with writing parts without key signature, i.e. trumpets,
horns and timpani.
I know that I should simply _not_ write a key signature to achieve the
desired effect. The problem is that due to the infrastructure of my
current project it seems inevitable that key signature (i.e. \k
Am Mittwoch, den 17. September 2014 um 07:53:48 Uhr (+0100) schrieb James:
> Do you have any other suggestions we could improve the documentation
> with perhaps?
The main problem in this special case for me is the fact, that David's
code suggests that the first three elements of the prop argument
Hello Malte,
Am 17.09.2014 um 11:20:01 schrieb Malte Meyn :
> That may not be what you expected to read, but: Why not flip the tie upwards?
> 4
That leads the tie to be very near the fis note head on the second beat.
Thanks for you help!
JM
>
> Am 17.09.2014 um 11:06 schrieb Jacques Menu:
>
Hello Pierre,
Thanks a lot:
\tieDown
4 ) 8
\tieNeutral
does the jobs perfectly!
JM
Am 17.09.2014 um 11:18:27 schrieb Pierre Perol-Schneider
:
> Hi Jacques,
>
> 2014-09-17 11:06 GMT+02:00 Jacques Menu :
>
> The tie is quite low, leading the reader to think that the ais’s actually are
That may not be what you expected to read, but: Why not flip the tie
upwards? 4
Am 17.09.2014 um 11:06 schrieb Jacques Menu:
Hello folks,
I wrote the following, from the snippets, to obtain a tie between two cis’s in
two voices (code for second voice not shown):
4 ) 8
The tie is quite
Hi,
2014-09-17 4:47 GMT+02:00 Bric :
> I would also like to know how one can include typed text in the same
> space, as a column of text to the right of the score, spanning the full
> height of the printable area - for comments, verses, pedagogical notes, etc.
>
See enclosed files.
Limitation :
Oups, 'forgot the bar numbering on page 2.
See enclosed corrected files.
Pierre
bric
Description: Binary data
bric.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond
Hi Jacques,
2014-09-17 11:06 GMT+02:00 Jacques Menu :
> The tie is quite low, leading the reader to think that the ais’s actually
> are tied.
>
Try to tweak as :
{
4 8 s s2
}
HTH
Pierre
___
lilypond-user mailing list
lilypond-user@gnu.org
https:/
Hello folks,
I wrote the following, from the snippets, to obtain a tie between two cis’s in
two voices (code for second voice not shown):
4 ) 8
The tie is quite low, leading the reader to think that the ais’s actually are
tied.
I found:
\override TieColumn.tie-configuration =
#'((
- Original Message -
From: "Karol Majewski"
To: "lilypond-user"
Sent: Tuesday, September 16, 2014 11:10 PM
Subject: wrong page-number position in 2.19.14
I noticed that in 2.19.14, page numbers in oddHeaderMarkup are
center-aligned, while in evenHeaderMarkup - left-aligned. This look
While the direct download of the newest version is the best choice,
up-to-date prepackaged versions in Ubuntu would make them used more.
Therefore: Can anything be done that 2.18.2 gets into the next Ubuntu
version? (It is currently 2.18.0.)
Cheers,
Joram
19 matches
Mail list logo