% This should make a balloon text, but instead I get
% Starting lilypond 2.24.1 [Untitled]...
% Processing `/tmp/frescobaldi-kon2_nz0/tmpgnoavkgl/document.ly'
% Parsing...
% Interpreting music...
% /usr/share/lilypond/2.24.1/ly/init.ly:65:2: error: Guile signaled an
error for the expression beginning here
% #
%  (let ((book-handler (if (defined? 'default-toplevel-book-handler)
% In procedure symbol->string: Wrong type argument in position 1 (expecting
symbol): ()
% Exited with return code 1.

\version "2.24.1"
\include "english.ly"

\new DrumVoice \with { \consists Balloon_engraver } \drummode {
  hh1-\balloonText #'(1 . 1) \markup { "I'm a note head" }

  % I get a balloon text as expected if I comment out the previous line and
uncomment the following line.

  % \balloonGrobText #'NoteHead #'(1 . 1) \markup { "I'm a note head" } hh1
}

---
Kind regards,
Helen
% This should make a balloon text, but instead I get
% Starting lilypond 2.24.1 [Untitled]...
% Processing `/tmp/frescobaldi-kon2_nz0/tmpgnoavkgl/document.ly'
% Parsing...
% Interpreting music...
% /usr/share/lilypond/2.24.1/ly/init.ly:65:2: error: Guile signaled an error for the expression beginning here
% #
%  (let ((book-handler (if (defined? 'default-toplevel-book-handler)
% In procedure symbol->string: Wrong type argument in position 1 (expecting symbol): ()
% Exited with return code 1.

\version "2.24.1"
\include "english.ly"

\new DrumVoice \with { \consists Balloon_engraver } \drummode {
  hh1-\balloonText #'(1 . 1) \markup { "I'm a note head" }

  % I get a balloon text as expected if I comment out the previous line and uncomment the following line.

  % \balloonGrobText #'NoteHead #'(1 . 1) \markup { "I'm a note head" } hh1
}

Reply via email to