Re: [ANN] LilyQuick 0.94beta - Quick note Lilypond entry using MIDI for Linux

2017-06-28 Thread Vaughan McAlley
On 29 June 2017 at 07:26, Martin Tarenskeen  wrote:

>
>
> On Wed, 28 Jun 2017, Vaughan McAlley wrote:
>
> Hi Martin,
>>
>> It looks like some virtual keyboard events are being dropped by the
>> system. Try adding this line to the LQconfig.lua file:
>>
>> gapBetweenKeystrokes = true
>>
>> This adds a few milliseconds between virtual keystrokes, which helped
>> when I had those issues.
>>
>
> Thank you.
> I have it working now. This is so cool, I might actually use it in real
> life :-)
>
> --
>
> MT
>

Glad you like it. I’ve been using it for years, but making it public has
made it better!

I’ll try to automate finding keyboards. Shouldn’t be too difficult.

Vaughan
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: old f-clef

2017-06-28 Thread Stanton Sanderson

> On Jun 28, 2017, at 8:48 PM, Andrew Bernard  wrote:
> 
> Hi Stan,
> 
> See LSR:
> 
> http://lsr.di.unimi.it/LSR/Item?id=900
> 
> Andrew
> 

Andrew,

I should have known to check the LSR but failed to do so.

Thank you for responding.

Regards,

Stan
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: old f-clef

2017-06-28 Thread Andrew Bernard
Hi Stan,

See LSR:

http://lsr.di.unimi.it/LSR/Item?id=900

Andrew
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


old f-clef

2017-06-28 Thread Stan Sanderson

I have completed a project wherein hymns by Martin Luther have been reset a 
closely as possible to their presentation in a 1883 book by Leonard Bacon. In 
the source an “old style” f-cleff was used as shown in the attachment below. I 
did not attempt to duplicate it since it most of the intended audience wouldn’t 
recognize it _and_ it isn’t a standard Lilypond clef.

For future reference, (if it is possible) how could I replace the standard 
f-clef with the old one?

Thanks,

Stan



Old bass clef.pdf
Description: Adobe PDF document
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: headers and footers

2017-06-28 Thread Guy Stalnaker

:-/

And options for formatting that time string:

http://strftime.org/

%x = mm/dd/, e.g., 6/28/2017

On 6/28/2017 6:40 PM, Karlin High wrote:

% BEGIN LILYPOND CODE
\version "2.19.62"
tagdate = #(strftime "%m-%d-%Y" (localtime (current-time)))

\header {
tagline = \markup { $(string-append "Made with LilyPond "
(lilypond-version) " on ") \tagdate }
}

{ c' }
% END LILYPOND CODE


--
“Happiness is the meaning and the purpose of life, the whole aim and end of 
human existence.”
― Aristotle


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: headers and footers

2017-06-28 Thread Guy Stalnaker

An options for formatting that time string:


On 6/28/2017 6:40 PM, Karlin High wrote:

% BEGIN LILYPOND CODE
\version "2.19.62"
tagdate = #(strftime "%m-%d-%Y" (localtime (current-time)))

\header {
tagline = \markup { $(string-append "Made with LilyPond "
(lilypond-version) " on ") \tagdate }
}

{ c' }
% END LILYPOND CODE


--
“Happiness is the meaning and the purpose of life, the whole aim and end of 
human existence.”
― Aristotle


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: headers and footers

2017-06-28 Thread Karlin High
On 6/28/2017 11:13 AM, William Zeitler wrote:
>
> * On all pages, in the lower right: "Revision: today's-MM/DD/YY" 

What I use:

% BEGIN LILYPOND CODE
\version "2.19.62"
tagdate = #(strftime "%m-%d-%Y" (localtime (current-time)))

\header {
   tagline = \markup { $(string-append "Made with LilyPond " 
(lilypond-version) " on ") \tagdate }
}

{ c' }
% END LILYPOND CODE

That doesn't get the "all pages lower right" but might be of help 
getting dates into text strings. My LilyPond skills are such that I 
rarely every do a project the same way twice. I'm always trying out new 
or different ways of doing things.
--
Karlin High
Missouri, USA
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: headers and footers

2017-06-28 Thread Jacques Menu Muzhic
Hello William,

For your second point, you can start with the following « oddFooterMarkup » and 
adapt it to your needs.

JM


\version "2.19.40"

#(define (fileName)
   (let* ((args (program-arguments))
  (args-len (length args)))
 (list-ref args (- args-len 1
#(define fileSize (object->string (stat:size (stat 
(fileName)
#(define lilypondVersion  (object->string (lilypond-version)))
#(define currentDateAndTime   (strftime "%d/%m/%Y" (localtime 
(current-time
#(define currentTime  (strftime "%H:%M:%S" (localtime 
(current-time
#(define modificationTime (stat:mtime (stat (fileName
#(define modificationTimeAsString (strftime "%d/%m/%Y - %H:%M:%S" (localtime 
modificationTime)))

\header {
  title = "Sonata I"
  %instrument = "Fagottino et Basson"
  composer = "Daniel Speer, 1697"
}

\paper {
  paper-width = 21.0\cm
  paper-height = 29.72\cm
  top-margin = 1.0\cm
  bottom-margin = 1.0\cm
  left-margin = 1.49\cm
  right-margin = 1.49\cm

  indent = 3\cm
  %  page-count = 3
  %markup-system-spacing.basic-distance = 20
  %system-count = 20

  ragged-bottom = ##t
  ragged-last-bottom = ##t

  scoreTitleMarkup = ##f
  bookTitleMarkup = \markup \override #'(baseline-skip . 4) \fill-line {
\center-column {
  \abs-fontsize #18 \fromproperty #'header:title
  \fill-line {
\abs-fontsize #15 \fromproperty #'header:instrument
\override #'(baseline-skip . 3) \center-column {
  %\abs-fontsize #15 \fromproperty #'header:keyForTitle
  %\abs-fontsize #14 \fromproperty #'header:opus
}
\override #'(baseline-skip . 2.25) \center-column {
  \abs-fontsize #12 \fromproperty #'header:composer
  %\abs-fontsize #10 \concat { ( \fromproperty #'header:catalogueNumber 
) }
}
  }
}
  }

  oddHeaderMarkup = \markup {
\on-the-fly\not-first-page
\fill-line {
  \fromproperty #'header:title
  %   \fromproperty #'header:piece
  \fromproperty #'header:instrument
  \fromproperty #'page:page-number-string
}
  }
  evenHeaderMarkup = \oddHeaderMarkup

  oddFooterMarkup = \markup {
\teeny
\column {
  \fill-line {
#(string-append
  "Music edited with Frescobaldi and engraved by LilyPond " 
(lilypond-version))
  }
  \fill-line {
"http://www.frescobaldi.org - http://www.lilypond.org;
  }
  \fill-line { \italic { \modificationTimeAsString }}
}
  }
}



> Le 28 juin 2017 à 18:13, William Zeitler  a écrit 
> :
> 
> I'm still new to Lilypond. I have RTFMed the documentation, but where to 
> begin to do the following eludes me:
> 
> * After the first page, I want a header like "MyTitle - Page X of Y"
> 
> * On all pages, in the lower right: "Revision: today's-MM/DD/YY"
> 
> How would I do that?
> 
> Many thanks, oh wise ones!
> 
> william zeitler
> 
> 
> 
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


headers and footers

2017-06-28 Thread William Zeitler
I'm still new to Lilypond. I have RTFMed the documentation, but where to 
begin to do the following eludes me:


* After the first page, I want a header like "MyTitle - Page X of Y"

* On all pages, in the lower right: "Revision: today's-MM/DD/YY"

How would I do that?

Many thanks, oh wise ones!

william zeitler



___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user