Hi!
I would like to know why \[ \] does not always work, as in the example.
Is there a way to still get \[ \]?
Thanks!
Here is an example:
\version "2.15.41"
\language "english"
\header {
% Elimina la tagline predefinita di LilyPond
tagline = ##f
}
global = {
\key c \major
\time 4/4
}
v
It's because LilyPond does not like putting ligatures over beamed notes. If
you use \autoBeamOff the ligatures are correctly presented.
--
Phil Holmes
- Original Message -
From: Mario Moles
To: lilypond-user@gnu.org
Sent: Monday, July 09, 2012 11:25 AM
Subject: the bracket
In data lunedì 9 luglio 2012 11:46:07, hai scritto:
It's because LilyPond does not like putting ligatures over beamed notes. If
you use \autoBeamOff the ligatures are correctly presented.
--
Phil Holmes
Yes! I know! But I want both! As in the picture!
Is possible?
--
oiram/bin/selom
Da o
oiram73 wrote:
>
> In data lunedì 9 luglio 2012 11:46:07, hai scritto:
>
> It's because LilyPond does not like putting ligatures over beamed notes.
> If
> you use \autoBeamOff the ligatures are correctly presented.
>
> --
> Phil Holmes
>
>
> Yes! I know! But I want both! As in the pictur
Yes i solved with:
\override HorizontalBracket #'direction = #UP
and
\layout {
\context {
\Voice
\consists "Horizontal_bracket_engraver"
}
}
In data lunedì 9 luglio 2012 05:49:09, -Eluze ha scritto:
> oiram73 wrote:
> > In data lunedì 9 luglio 2012 11:46:07, hai scritto:
>
Dear community,
the very nice code, I've copied in the attached file "anweisungen.ly" does
some things I don't like but I don't know how to change it:
the page-numbers are at the bottom, not at the head off the page.
The copyright is not printed.
The tagline is empty.
The title and the composers na
Hy,
does someone know why, even with \stopStaff and \RemoveEmptyStaves,
the barlines on the upper staff stand still?
Below the code:
up= { \stopStaff s2*8 \startStaff
% \set Staff.instrumentName = "m.e."
s8 d8-> s d->
}
center=\relative c {
\time 2/4
\clef bass
On Sat, Jun 30, 2012 at 3:33 PM, Phil Holmes wrote:
> First of all, thanks to those who have spent time and energy rating the
> regression test at http://www.philholmes.net/lilypond/regtests/ - we're very
> close to having a rating for all the tests.
[...]
"LilyPond Regression Test Rater
Well - b
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 = ##t
to the RhythmicStaff
Eluze
-
- Original Message -
From: "Janek Warchol"
To: "Phil Holmes"
Cc: "LilyPond User Group" ; "Devel"
Sent: Monday, July 09, 2012 5:09 PM
Subject: Re: Regression test rater
On Sat, Jun 30, 2012 at 3:33 PM, Phil Holmes wrote:
First of all, thanks to those who have spent time and energ
Hello Phil,
thanks for reply. I tried to fix this with \skip as well as with \melisma.
Unfortunately both failed.
When I use \skip I get near to the expected result. Inside the cadenza I have
to use manual beaming. As long as I leave the last four quavers without beaming
brackets Lilypond sets
On Mon, 9 Jul 2012 16:15:02 +0200
Stefan Thomas wrote:
> Dear community,
> the very nice code, I've copied in the attached file "anweisungen.ly"
> does some things I don't like but I don't know how to change it:
> the page-numbers are at the bottom, not at the head off the page.
> The copyright i
2012/7/9 Helge Kruse :
> Hello Phil,
>
> thanks for reply. I tried to fix this with \skip as well as with \melisma.
> Unfortunately both failed.
>
> When I use \skip I get near to the expected result. Inside the cadenza I
> have to use manual beaming. As long as I leave the last four quavers withou
Am 2012-07-08 um 20:27 schrieb Da Mota Sam:
I'm a pretty much new user of lilypond and I have an idea for a almost
dummy new feature: automatically attach lilypond code in pdf.
With pdf files it is possible to attach a file into it. I think it
would be nice to have a lilypond option that attache
The LSR snippet "Controlling of the pitch range in a score" contains the
code for a function, colorizeOutOfRange. This function works at 2.14.2,
but doesn't at 2.15.40.
Well, i waited for the release of Lilypond 2.16, to annonce some snippets
updates, but it seems that it's time to do that
Thomas,
this solves the problem. Chaning the order of cadenzaOff and melismaEnd
removed the misinterpretion of the lyrics. The cadenzaOff must be placed one
measure for the next bar. Setting a manual bar is just smart although
unexpected (*). Another advantage I see is that the lyrics don't ne
16 matches
Mail list logo