Ryūtarō Hirota

Ryūtarō Hirota (弘田 龍太郎, Hirota Ryūtarō, 30 June 1892 – 17 November 1952) was a Japanese composer.[1]

Hirota was born in Aki, Kōchi.

Works, editions and recordings

  • Komoro-naru kojo no hotori (小諸なる古城のほとり "In the old castle in Komoro") Recording Kazumichi Ohno (tenor), Kyosuke Kobayashi (piano)
gollark: Yes, I got that much.
gollark: I don't know exactly what it does.
gollark: This code here is for label handling, I think.
gollark: Is this based on chars or bytes?
gollark: ```java public static String normaliseLabel( String label ) { if( label == null ) return null; int length = Math.min( 32, label.length() ); StringBuilder builder = new StringBuilder( length ); for( int i = 0; i < length; i++ ) { char c = label.charAt( i ); if( (c >= ' ' && c <= '~') || (c >= 161 && c <= 172) || (c >= 174 && c <= 255) ) { builder.append( c ); } else { builder.append( '?' ); } } return builder.toString();}```

References

  1. Japan Manchoukuo year book 1934 "Hirota, Ryutaro — Musician; b. June, 1892 in Kochi-ken; s. of Seiio Hirota, educator; m. Yuriko, d. of Saburo Takayasu. Career: grad., Tokyo Academy of Music; appointed Asst. Prof., same; was sent to Berlin for study of; piano and composition.."


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.