> Is there a possibility to do something like this?
>
> if( custom_cfg_flag)
> {
> % default score combination
> % (e.g. with header and chords)
> }
> else
> {
> % some other combination
> % (e.g. only melody)
> }
If having defined a LP varia
Which version are you using? and is it not \smallcaps that you need to
issue? Also does the font actually have small caps natively?
Shane
On Fri, Jan 16, 2015 at 12:54 AM, Craig Dabelstein
wrote:
> Hi List,
>
> Can anyone tell me why I can't get small caps working with this code?
>
> Many thanks
Thank you Jay.
Pierre
2015-01-16 6:02 GMT+01:00 Jay Anderson :
> On Thu, Jan 15, 2015 at 12:21 PM, Pierre Perol-Schneider
> wrote:
> > ...
> >
> > Does anybody knows what Elaine Gould says about that?
>
> I assume you're talking about whether the trill should extend over the
> finishing grace no
Hi List,
Can anyone tell me why I can't get *small caps* working with this code?
Many thanks,
Craig
scoreTitleMarkup = \markup {
\column {
\on-the-fly \print-all-headers { \bookTitleMarkup \hspace #1 }
\fill-line {
\large \bold \caps \fromproperty #'header:piece
On Thu, Jan 15, 2015 at 12:21 PM, Pierre Perol-Schneider
wrote:
> ...
>
> Does anybody knows what Elaine Gould says about that?
I assume you're talking about whether the trill should extend over the
finishing grace notes. The answer is no. The examples on page 138 end
the trill line before the gr
Hi Andrew,
thanks a lot. I am not a programmer so I couldn't have taken the workaround
to this level, you can't imagine how much work this is going to spare me.
May I request a feature? Is there a way to insert an option for getting eps
output?
Thanks again,
Andrea
--
View this message in co
Am 16.01.2015 um 01:37 schrieb Craig Parker-Feldmann:
Is there a possibility to do something like this?
if( custom_cfg_flag)
{
% default score combination
% (e.g. with header and chords)
}
else
{
% some other combination
% (e.g. only
2015-01-16 0:26 GMT+01:00 Thomas Morley :
> 2015-01-15 15:02 GMT+01:00 tisimst :
>> On Wed, Jan 14, 2015 at 11:47 PM, Schneidy [via Lilypond] <[hidden email]>
>> wrote:
>>
>> Hi Harm,
>>
>> 2015-01-15 3:22 GMT+01:00 Thomas Morley <[hidden email]>:
>>
>>>
>>> foo =
>>> #(define-music-function (parse
> Is there a possibility to do something like this?
>
> if( custom_cfg_flag)
> {
> % default score combination
> % (e.g. with header and chords)
> }
> else
> {
> % some other combination
> % (e.g. only melody)
> }
I have also always wanted Lil
On Fri, Jan 16, 2015 at 09:01:45AM +1000, Harald Christiansen wrote:
> Hi,
>
> \tempo "Moderato, " 4=112
>
> How do I remove the parentheses around metronome marks ?
I define these markups:
#(define-markup-command (mm layout props notetype beats) (string? string?)
(interpret-markup layout pro
2015-01-16 0:21 GMT+01:00 pls :
> Hi Harald,
>
> this is one possibility:
> {
> \tempo \markup {
> \concat {
> "Moderato "
> \smaller \general-align #Y #DOWN \note #"4" #1
> " = "
> \smaller \general-align #Y #DOWN #"112"
>
> }
> }
> c'1 c'1 c'1
> }
>
> hth
> p
2015-01-15 15:02 GMT+01:00 tisimst :
> On Wed, Jan 14, 2015 at 11:47 PM, Schneidy [via Lilypond] <[hidden email]>
> wrote:
>
> Hi Harm,
>
> 2015-01-15 3:22 GMT+01:00 Thomas Morley <[hidden email]>:
>
>>
>> foo =
>> #(define-music-function (parser location mus)(ly:music?)
>> (music-map
>> (lam
Hi Harald,
this is one possibility:
{
\tempo \markup {
\concat {
"Moderato "
\smaller \general-align #Y #DOWN \note #"4" #1
" = "
\smaller \general-align #Y #DOWN #"112"
}
}
c'1 c'1 c'1
}
hth
patrick
On 16.01.2015, at 00:01, Harald Christiansen wrote
Hi,
\tempo "Moderato, " 4=112
How do I remove the parentheses around metronome marks ?
Thanks.
Cheers.
--
Nihil verus. Omnia possibilia.
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user
Hi Cynthia, Hi Jay,
A little off-topic :
\version "2.19.15"
\markup\italic "I'd right it so:"
\score {
<<
\new Staff \relative c'' {
#(define afterGraceFraction (cons 15 16))
d1~\afterGrace
d1\startTrillSpan { c32([\stopTrillSpan d]) }
c2 r2
}
\new Staff \relative c'' {
On Thu, Jan 15, 2015 at 11:22 AM, Cynthia Karl wrote:
> The following snippet is based on the afterGrace snippet on p.136 of the
> 2.19.15 Notation manual:
>
> \version "2.19.15"
>
> \score {
> <<
> \new Staff \relative c'' {
> d1~\afterGrace
>
The following snippet is based on the afterGrace snippet on p.136 of the
2.19.15 Notation manual:
\version "2.19.15"
\score {
<<
\new Staff \relative c'' {
d1~\afterGrace
d1\startTrillSpan { c32[ d]\
I have posted an improved version of the "lilycrop" BASH script that
checks for multiple PDF pages; if it finds them it bursts the PDF and
crops the separate files. It now produces a new PDF file *-crop.pdf
instead of overwriting the original PDF produced by lilypond.
It is available at https://gi
Thanks for the suggestion to nest volta brackets and customize the
explanatory text. It involved much more work than I expected but it works
and I appreciate your help.
Thanks again.
-
John McWilliam
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Nested-volta-bracket
On Thu, 15 Jan 2015 06:55:21 -0700 (MST)
tisimst wrote:
> Should the LP engine, upon encountering a "\repeat volta" section,
> automatically, under the covers, force that repeat structure upon the
> other simultaneous staves/voices, which do NOT contain that same
> structure, so that it gives
On Wed, Jan 14, 2015 at 11:47 PM, Schneidy [via Lilypond]
wrote:
> Hi Harm,
>
> 2015-01-15 3:22 GMT+01:00 Thomas Morley <[hidden email]>:
>
>> foo =
>> #(define-music-function (parser location mus)(ly:music?)
>> (music-map
>> (lambda (m)
>> (if (music-is-of-type? m 'arpeggio-event)
Johan,
Your point is well taken, but let's be clear that LP is first and
foremost focused on beautiful music engraving. Audio playback is here
to stay, I'm sure, but there's still a lot of work to do with it, and I
don't know if that will ever be a top priority.
Now, I understand that the use
Am 14.01.2015 um 14:47 schrieb Mattes:
Am Mittwoch, 14. Januar 2015 13:56 CET, Urs Liska schrieb:
OK, I see.
But somehow it feels wrong that
#(display annotation? some-obj)
doesn't produce #t but the content of "location".
Should I ignore that feeling?
If you intended to write
#(dis
Please find herewith a draft code for your tab, which means that if you
want a better output in your GrandStaff you probably have to add some
voices (minimum two voices per Staff, or even one voice per string).
I've also change the clef to the standard G (for me the G_8 one does not
make much sense
On Wed, 14 Jan 2015 09:36:52 -0700 (MST)
tisimst wrote:
> Johan Vromans wrote
> > It works for many structure-related items but unfortunately not for
> > repeats.
>
> Sure it does!
Thanks for your response. It clearly indicates that LP does, indeed, *not*
process volta repeats correctly (for s
BTW, David did something few months ago that could be interesting for you:
http://lists.gnu.org/archive/html/lilypond-user/2014-10/msg00446.html
See attached files,
Cheers,
Pierre
\version "2.19.15"
%% => http://lists.gnu.org/archive/html/lilypond-user/2014-10/msg00446.html
%% => http://lsr.di.u
26 matches
Mail list logo