Hi David,
See the attached. (I just changed a line or two of the definition of
\fill-line from scm/define-markup-commands.scm.) Hopefully this gives
you what you want!
--David
That's interesting, see the result of the two markups:
\version "2.18.0"
\markup \fill-line {
This line has
On Feb 8, 2014, at 10:24 AM, Ed Gordijn wrote:
> Hi David,
>
>> See the attached. (I just changed a line or two of the definition of
>> \fill-line from scm/define-markup-commands.scm.) Hopefully this gives you
>> what you want!
>>
>> --David
>>
>
> That's interesting, see the result of th
Hi Mike,
> It's a feature - \fill-line evenly distributes the centers of objects
> along a line irrespective of their widths.
>
>
I see,so there wasn't enough room in the last column for the long word
"different?" I created too many columns.
Thanks, Ed
___
David (et al.),
OOO!
This is wonderful. I can already see several places where I will use this.
Thanks,
Kieren.
On Feb 8, 2014, at 2:20 AM, Mike Solomon wrote:
>
> On Feb 8, 2014, at 1:18 AM, David Nalesnik wrote:
>
>> Hi Mike,
>>
>> See the attached. (I just changed a line or two of
Hello all,
Why is the header not showing up here?
\version "2.19"
\paper {
print-all-headers = ##t
bookTitleMarkup = \markup \abs-fontsize #72 \fill-line { \center-column {
\fromproperty #'header:title \vspace #4 } }
scoreTitleMarkup = \markup \abs-fontsize #48 \fill-line { \fromproperty
2014-02-08 16:19 GMT+01:00 Kieren MacMillan :
> Hello all,
>
> Why is the header not showing up here?
>
> \version "2.19"
>
> \paper {
> print-all-headers = ##t
> bookTitleMarkup = \markup \abs-fontsize #72 \fill-line { \center-column {
> \fromproperty #'header:title \vspace #4 } }
> scoreTi
Hi Harm,
> not sure why your code doesn't work.
> Though, the following seems to do the trick:
Really? What version [exactly] are you using?
On 2.19.2, this doesn’t seem to help (i.e., it doesn’t make the header appear
on either page)…
Thanks,
Kieren.
___
Kieren MacMillan wrote
> Hello all,
>
> Why is the header not showing up here?
>
> \version "2.19"
>
> \paper {
> print-all-headers = ##t
> bookTitleMarkup = \markup \abs-fontsize #72 \fill-line { \center-column
> { \fromproperty #'header:title \vspace #4 } }
> scoreTitleMarkup = \markup \
Hi Eluze,
> if you're talking about the piece
I am.
> it's clear from the NR:
D’oh. Sorry. As with many things in Lilypond that I have used ‘forever’, I
thought I knew more about the paper/custom-titling variables than I actually do.
Next time I will RTFineM first. =)
> now you can define pi
Hi,
is it possible to use ligatures in music fonts? I haven’t seen a
use-case for Feta glyphs. But if the font defines ligatures, can I
somehow get them?
I am asking in the context of the Bravura font and the smufl package in
the snippets repository. There I can access single glyphs like
\smuflg
Hello,
2014-02-07 19:24 GMT+01:00 Erik Linde :
> Hi,
>
> I am the creator of Notezilla, a popular (and fairly new) web application
> that allows users to both listen to classical music, as well as see a
> scrolling representation of the score that has been synced exactly to the
> recording.
this
On Sat, Feb 8, 2014 at 11:11 AM, Noeck wrote:
> Hi,
>
> is it possible to use ligatures in music fonts? I haven’t seen a
> use-case for Feta glyphs. But if the font defines ligatures, can I
> somehow get them?
>
> I am asking in the context of the Bravura font and the smufl package in
> the snippe
Hi Mike,
On Sat, Feb 8, 2014 at 1:20 AM, Mike Solomon wrote:
>
> On Feb 8, 2014, at 1:18 AM, David Nalesnik
> wrote:
>
> Hi Mike,
>
> See the attached. (I just changed a line or two of the definition of
> \fill-line from scm/define-markup-commands.scm.) Hopefully this gives you
> what you wan
Hi Kieren,
On Sat, Feb 8, 2014 at 7:16 AM, Kieren MacMillan <
kieren_macmil...@sympatico.ca> wrote:
> David (et al.),
>
> OOO!
> This is wonderful. I can already see several places where I will use this.
>
> Thanks,
> Kieren.
>
>
Hmm--do you think it should be added as an option to \fill-lin
Hi David,
> Hmm--do you think it should be added as an option to \fill-line?
DEFINITELY!
As just one example: I’m going to use it in the musical theatre scores I’m
engraving right now, to [evenly] space two columns of dialogue above a system
of underscore music.
But maybe it should be its own
Hi Nathan,
that is awesome!
> \markup {
> \fontsize #5
> \override #`(font-name . ,smufl-font)
> #(markup (string-append
>(ly:wide-char->utf-8 (cdr (assoc
> "gClefLigatedNumberBelow" smufl-map)))
>(ly:wide-char->utf-8 (cdr (assoc "tuplet5" smufl-map)
>
Hi all,
Is it possible to setup the basic template for Breton bagpipe notation? (as
opposed to Scottish notation, Breton notation has all melody notes stem-up and
all grace notes/embellishments stem-down.)
Here is the code for Scottish notation:
\version "2.19.2"
\layout {
\context {
Hi again,
>> \markup {
>> \fontsize #5
>> \override #`(font-name . ,smufl-font)
>> #(markup (string-append
>>(ly:wide-char->utf-8 (cdr (assoc
>> "gClefLigatedNumberAbove" smufl-map)))
>>(ly:wide-char->utf-8 (cdr (assoc "tuplet5" smufl-map)
>> }
But do y
hi all,
we are beaming over rests with stemlets, which often pushes the rest up or
down, but would like to keep the rest vertically centered in the staff.
when we try:
\override Score.Rest #'staff-position = #'-0
the rests get positioned correctly, but the beam does not change
accordingly to pre
Casey Anderson schrieb:
>hi all,
>
>we are beaming over rests with stemlets, which often pushes the rest up
>or
>down, but would like to keep the rest vertically centered in the staff.
>when we try:
>
>\override Score.Rest #'staff-position = #'-0
>
>the rests get positioned correctly, but the be
On Sat, Feb 8, 2014 at 2:37 PM, Noeck wrote:
> Hi again,
>
>>> \markup {
>>> \fontsize #5
>>> \override #`(font-name . ,smufl-font)
>>> #(markup (string-append
>>>(ly:wide-char->utf-8 (cdr (assoc
>>> "gClefLigatedNumberAbove" smufl-map)))
>>>(ly:wide-char->u
hi urs,
sure, but refactoring all the rests would be very difficult as the score is
already completely generated...we are hoping to simply make this change
when necessary on a case-by-case basis. any idea how to do so without
refactoring the entire score (there are 64 of them)?
casey
On Sat, Fe
All (but particularly anyone with experience/knowledge on fresco for mac),
I'm trying to install the latest stable of Frescobaldi on my Mac
(10.9), and it gets to installing the py27-pyqt4 dependency, and fails
with this message:
Error: org.macports.configure for port py27-pyqt4 returned: config
23 matches
Mail list logo